Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 8.9.x for trans
  4. Search 10.3.x for trans
  5. Search 11.x for trans
  6. Other projects
Title Object type File name Summary
WorkflowTest::testDeleteTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests delete transition exception.
WorkflowTest::testGetTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transition.
WorkflowTest::testGetTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transition exception.
WorkflowTest::testGetTransitionFromStateToState function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transition from state to state.
WorkflowTest::testGetTransitionFromStateToStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transition from state to state exception.
WorkflowTest::testGetTransitions function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transitions.
WorkflowTest::testGetTransitionsForState function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests get transitions for state.
WorkflowTest::testSetTransitionFromStates function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition from states.
WorkflowTest::testSetTransitionFromStatesAlreadyExists function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition from states already exists.
WorkflowTest::testSetTransitionFromStatesMissingState function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition from states missing state.
WorkflowTest::testSetTransitionFromStatesMissingTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition from states missing transition.
WorkflowTest::testSetTransitionLabel function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition label.
WorkflowTest::testSetTransitionLabelException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition label exception.
WorkflowTest::testSetTransitionWeight function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition weight.
WorkflowTest::testSetTransitionWeightException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition weight exception.
WorkflowTest::testSetTransitionWeightNonNumericException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests set transition weight non numeric exception.
WorkflowTransitionAddForm class core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Entity form variant for adding workflow transitions.
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
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
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
WorkflowTransitionAddForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
WorkflowTransitionAddForm::save function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
WorkflowTransitionAddForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
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
WorkflowTransitionDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
WorkflowTransitionDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
WorkflowTransitionDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
WorkflowTransitionDeleteForm::submitForm function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
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
WorkflowTransitionEditForm::buildForm function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
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
WorkflowTransitionEditForm::form function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
WorkflowTransitionEditForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
WorkflowTransitionEditForm::save function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php

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