Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WorkflowTypeInterface::getTransitionFromStateToState function core/modules/workflows/src/WorkflowTypeInterface.php Gets a transition from state to state.
WorkflowTypeInterface::getTransitions function core/modules/workflows/src/WorkflowTypeInterface.php Gets transition objects for the provided transition IDs.
WorkflowTypeInterface::getTransitionsForState function core/modules/workflows/src/WorkflowTypeInterface.php Gets the transitions for a state for the provided direction.
WorkflowTypeInterface::hasState function core/modules/workflows/src/WorkflowTypeInterface.php Determines if the workflow has a state with the provided ID.
WorkflowTypeInterface::hasTransition function core/modules/workflows/src/WorkflowTypeInterface.php Determines if a transition exists.
WorkflowTypeInterface::hasTransitionFromStateToState function core/modules/workflows/src/WorkflowTypeInterface.php Determines if a transition from state to state exists.
WorkflowTypeInterface::setStateLabel function core/modules/workflows/src/WorkflowTypeInterface.php Sets a state's label.
WorkflowTypeInterface::setStateWeight function core/modules/workflows/src/WorkflowTypeInterface.php Sets a state's weight value.
WorkflowTypeInterface::setTransitionFromStates function core/modules/workflows/src/WorkflowTypeInterface.php Sets a transition's from states.
WorkflowTypeInterface::setTransitionLabel function core/modules/workflows/src/WorkflowTypeInterface.php Sets a transition's label.
WorkflowTypeInterface::setTransitionWeight function core/modules/workflows/src/WorkflowTypeInterface.php Sets a transition's weight.
WorkflowTypeInterface::workflowHasData function core/modules/workflows/src/WorkflowTypeInterface.php Determines if the workflow is being has data associated with it.
WorkflowTypeInterface::workflowStateHasData function core/modules/workflows/src/WorkflowTypeInterface.php Determines if the workflow state has data associated with it.
WorkflowTypeManager::__construct function core/modules/workflows/src/WorkflowTypeManager.php Constructs a new class instance.
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.
WorkflowUiNoTypeTest class core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php Tests workflow UI when there are no types.
WorkflowUiNoTypeTest.php file core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
WorkflowUiNoTypeTest::$defaultTheme property core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php The theme to install as the default for testing.
WorkflowUiNoTypeTest::$modules property core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php Modules to enable.
WorkflowUiNoTypeTest::setUp function core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
WorkflowUiNoTypeTest::testWorkflowUiWithNoType function core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php Tests the creation of a workflow through the UI.
WorkflowUiTest class core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests workflow creation UI.
WorkflowUiTest.php file core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
WorkflowUiTest::$defaultTheme property core/modules/workflows/tests/src/Functional/WorkflowUiTest.php The theme to install as the default for testing.
WorkflowUiTest::$modules property core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Modules to enable.
WorkflowUiTest::setUp function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
WorkflowUiTest::testAccess function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests route access/permissions.
WorkflowUiTest::testNumericIds function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests a workflow, state, and transition can have a numeric ID and label.
WorkflowUiTest::testSorting function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the sorting of states and transitions by weight and label.
WorkflowUiTest::testStateMachineNameValidation function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the machine name validation of the state add form.
WorkflowUiTest::testWorkflowConfigurationForm function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the workflow configuration form.
WorkflowUiTest::testWorkflowCreation function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the creation of a workflow through the UI.
WorkflowXmlAnonTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php @group rest
WorkflowXmlAnonTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php
WorkflowXmlAnonTest::$defaultTheme property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php The theme to install as the default for testing.
WorkflowXmlAnonTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php The format to use in this test.
WorkflowXmlAnonTest::$mimeType property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php The MIME type that corresponds to $format.
WorkflowXmlBasicAuthTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php @group rest
WorkflowXmlBasicAuthTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php

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