WorkspaceFormInterface.php

Same filename in other branches
  1. 9 core/modules/workspaces/src/Form/WorkspaceFormInterface.php
  2. 8.9.x core/modules/workspaces/src/Form/WorkspaceFormInterface.php
  3. 11.x core/modules/workspaces/src/Form/WorkspaceFormInterface.php

Namespace

Drupal\workspaces\Form

File

core/modules/workspaces/src/Form/WorkspaceFormInterface.php

View source
<?php

namespace Drupal\workspaces\Form;

use Drupal\Core\Form\FormInterface;

/**
 * Defines interface for workspace forms so they can be easily distinguished.
 *
 * @internal
 *
 * @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use
 *   \Drupal\Core\Form\WorkspaceSafeFormInterface or
 *   \Drupal\Core\Form\WorkspaceDynamicSafeFormInterface instead.
 *
 * @see https://www.drupal.org/node/3229111
 */
interface WorkspaceFormInterface extends FormInterface {

}

Interfaces

Title Deprecated Summary
WorkspaceFormInterface

in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Form\WorkspaceSafeFormInterface or \Drupal\Core\Form\WorkspaceDynamicSafeFormInterface instead.

Defines interface for workspace forms so they can be easily distinguished.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.