Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
WorkflowTest::testGetTransitionFromStateToState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionFromStateToState[[api-linebreak]]
@covers ::hasTransitionFromStateToState[[api-linebreak]]
WorkflowTest::testGetTransitionFromStateToStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionFromStateToState[[api-linebreak]]
WorkflowTest::testGetTransitions function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitions[[api-linebreak]]
@covers ::setTransitionWeight[[api-linebreak]]
WorkflowTest::testGetTransitionsForState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionsForState[[api-linebreak]]
WorkflowTest::testSetTransitionFromStates function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionFromStates[[api-linebreak]]
WorkflowTest::testSetTransitionFromStatesAlreadyExists function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionFromStates[[api-linebreak]]
WorkflowTest::testSetTransitionFromStatesMissingState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionFromStates[[api-linebreak]]
WorkflowTest::testSetTransitionFromStatesMissingTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionFromStates[[api-linebreak]]
WorkflowTest::testSetTransitionLabel function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionLabel[[api-linebreak]]
WorkflowTest::testSetTransitionLabelException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionLabel[[api-linebreak]]
WorkflowTest::testSetTransitionWeight function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionWeight[[api-linebreak]]
WorkflowTest::testSetTransitionWeightException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionWeight[[api-linebreak]]
WorkflowTest::testSetTransitionWeightNonNumericException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::setTransitionWeight[[api-linebreak]]
WorkflowTransitionAddForm class core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Class WorkflowTransitionAddForm.
WorkflowTransitionAddForm.php file core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
WorkflowTransitionAddForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowTransitionAddForm.php The plugin form factory.
WorkflowTransitionAddForm::actions function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Returns an array of supported actions for the current entity form.
WorkflowTransitionAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Copies top-level form values to entity properties
WorkflowTransitionAddForm::create function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Instantiates a new instance of this class.
WorkflowTransitionAddForm::exists function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Determines if the workflow transition already exists.
WorkflowTransitionAddForm::form function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Gets the actual form array to be built.
WorkflowTransitionAddForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Returns a unique string identifying the form.
WorkflowTransitionAddForm::save function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form submission handler for the 'save' action.
WorkflowTransitionAddForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form validation handler.
WorkflowTransitionAddForm::__construct function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Creates an instance of WorkflowStateEditForm.
WorkflowTransitionDeleteForm class core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Builds the form to delete transitions from Workflow entities.
WorkflowTransitionDeleteForm.php file core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
WorkflowTransitionDeleteForm::$transition property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The workflow transition being deleted.
WorkflowTransitionDeleteForm::$transitionId property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The transition being deleted.
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 Class WorkflowTransitionEditForm.
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.
WorkflowTypeBase::addTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Adds a transition to the workflow.

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