| WorkflowTransitionDeleteForm::$workflow |
property |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php |
The workflow entity the transition being deleted belongs to. |
| WorkflowTransitionDeleteForm::buildForm |
function |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php |
Form constructor. |
| WorkflowTransitionDeleteForm::getCancelUrl |
function |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| WorkflowTransitionDeleteForm::getConfirmText |
function |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php |
Returns a caption for the button that confirms the action. |
| WorkflowTransitionDeleteForm::getFormId |
function |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php |
Returns a unique string identifying the form. |
| WorkflowTransitionDeleteForm::getQuestion |
function |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php |
Returns the question to ask the user. |
| WorkflowTransitionDeleteForm::submitForm |
function |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php |
Form submission handler. |
| WorkflowTransitionEditForm |
class |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Entity form variant for editing workflow transitions. |
| WorkflowTransitionEditForm.php |
file |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
|
| WorkflowTransitionEditForm::$pluginFormFactory |
property |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
The plugin form factory. |
| WorkflowTransitionEditForm::$transitionId |
property |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
The ID of the transition that is being edited. |
| WorkflowTransitionEditForm::actions |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Returns an array of supported actions for the current entity form. |
| WorkflowTransitionEditForm::buildForm |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Form constructor. |
| WorkflowTransitionEditForm::copyFormValuesToEntity |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Copies top-level form values to entity properties. |
| WorkflowTransitionEditForm::create |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Instantiates a new instance of this class. |
| WorkflowTransitionEditForm::form |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Gets the actual form array to be built. |
| WorkflowTransitionEditForm::getFormId |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Returns a unique string identifying the form. |
| WorkflowTransitionEditForm::save |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Form submission handler for the 'save' action. |
| WorkflowTransitionEditForm::validateForm |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Form validation handler. |
| WorkflowTransitionEditForm::__construct |
function |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php |
Creates an instance of WorkflowStateEditForm. |
| WorkflowType::$forms |
property |
core/modules/workflows/src/Annotation/WorkflowType.php |
A list of optional form classes implementing PluginFormInterface. |
| WorkflowType::$forms |
property |
core/modules/workflows/src/Attribute/WorkflowType.php |
A list of optional form classes implementing PluginFormInterface. |
| WorkflowTypeConfigureFormBase |
class |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
A base class for workflow type configuration forms. |
| WorkflowTypeConfigureFormBase.php |
file |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
|
| WorkflowTypeConfigureFormBase::$workflowType |
property |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
The workflow type. |
| WorkflowTypeConfigureFormBase::setPlugin |
function |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
Sets the plugin for this object. |
| WorkflowTypeConfigureFormBase::validateConfigurationForm |
function |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
Form validation handler. |
| WorkflowTypeInterface::PLUGIN_FORM_KEY |
constant |
core/modules/workflows/src/WorkflowTypeInterface.php |
The key of the global workflow plugin form. |
| WorkflowTypeStateFormBase |
class |
core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php |
A base class for workflow type state forms. |
| WorkflowTypeStateFormBase.php |
file |
core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php |
|
| WorkflowTypeStateFormBase::$workflowType |
property |
core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php |
The workflow type. |
| WorkflowTypeStateFormBase::setPlugin |
function |
core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php |
Sets the plugin for this object. |
| WorkflowTypeStateFormBase::submitConfigurationForm |
function |
core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php |
Form submission handler. |
| WorkflowTypeStateFormBase::validateConfigurationForm |
function |
core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php |
Form validation handler. |
| WorkflowTypeTransitionFormBase |
class |
core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php |
A base class for workflow type transition forms. |
| WorkflowTypeTransitionFormBase.php |
file |
core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php |
|
| WorkflowTypeTransitionFormBase::$workflowType |
property |
core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php |
The workflow type. |
| WorkflowTypeTransitionFormBase::setPlugin |
function |
core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php |
Sets the plugin for this object. |
| WorkflowTypeTransitionFormBase::submitConfigurationForm |
function |
core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php |
Form submission handler. |
| WorkflowTypeTransitionFormBase::validateConfigurationForm |
function |
core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php |
Form validation handler. |
| WorkflowUiTest::testWorkflowConfigurationForm |
function |
core/modules/workflows/tests/src/Functional/WorkflowUiTest.php |
Tests the workflow configuration form. |
| WorkflowXmlAnonTest::$format |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php |
The format to use in this test. |
| WorkflowXmlBasicAuthTest::$format |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php |
The format to use in this test. |
| WorkflowXmlCookieTest::$format |
property |
core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php |
The format to use in this test. |
| WorkspaceActivateForm |
class |
core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php |
Handle activation of a workspace on administrative pages. |
| WorkspaceActivateForm |
class |
core/modules/workspaces/src/Form/WorkspaceActivateForm.php |
Handle activation of a workspace on administrative pages. |
| WorkspaceActivateForm.php |
file |
core/modules/workspaces/src/Form/WorkspaceActivateForm.php |
|
| WorkspaceActivateForm.php |
file |
core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php |
|
| WorkspaceActivateForm::$entity |
property |
core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php |
The workspace entity. |
| WorkspaceActivateForm::$entity |
property |
core/modules/workspaces/src/Form/WorkspaceActivateForm.php |
The workspace entity. |