interface WorkspaceSafeFormInterface
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Form/WorkspaceSafeFormInterface.php \Drupal\Core\Form\WorkspaceSafeFormInterface
- 10 core/lib/Drupal/Core/Form/WorkspaceSafeFormInterface.php \Drupal\Core\Form\WorkspaceSafeFormInterface
Defines an interface for forms that are safe to be submitted in a workspace.
A form is considered workspace-safe if its submission has no impact on the Live site.
Hierarchy
- interface \Drupal\Core\Form\WorkspaceSafeFormInterface
Expanded class hierarchy of WorkspaceSafeFormInterface
All classes that implement WorkspaceSafeFormInterface
See also
\Drupal\Core\Form\WorkspaceDynamicSafeFormInterface
27 files declare their use of WorkspaceSafeFormInterface
- ActiveWorkspaceTestForm.php in core/
modules/ workspaces/ tests/ modules/ workspaces_test/ src/ Form/ ActiveWorkspaceTestForm.php - AddFormBase.php in core/
modules/ media_library/ src/ Form/ AddFormBase.php - ClearCacheForm.php in core/
modules/ system/ src/ Form/ ClearCacheForm.php - DblogClearLogConfirmForm.php in core/
modules/ dblog/ src/ Form/ DblogClearLogConfirmForm.php - DblogFilterForm.php in core/
modules/ dblog/ src/ Form/ DblogFilterForm.php
File
-
core/
lib/ Drupal/ Core/ Form/ WorkspaceSafeFormInterface.php, line 15
Namespace
Drupal\Core\FormView source
interface WorkspaceSafeFormInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.