Search for getTransition

  1. Search 7.x for getTransition
  2. Search 9.5.x for getTransition
  3. Search 8.9.x for getTransition
  4. Search 11.x for getTransition
  5. Other projects
Title Object type File name Summary
ContentModerationState::getTransitions function core/modules/content_moderation/src/ContentModerationState.php Gets all the possible transition objects for the state.
ContentModerationState::getTransitionTo function core/modules/content_moderation/src/ContentModerationState.php Gets the Transition object for the provided state ID.
State::getTransitions function core/modules/workflows/src/State.php Gets all the possible transition objects for the state.
State::getTransitionTo function core/modules/workflows/src/State.php Gets the Transition object for the provided state ID.
StateInterface::getTransitions function core/modules/workflows/src/StateInterface.php Gets all the possible transition objects for the state.
StateInterface::getTransitionTo function core/modules/workflows/src/StateInterface.php Gets the Transition object for the provided state ID.
StateTest::testGetTransitions function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitions[[api-linebreak]]
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo[[api-linebreak]]
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo[[api-linebreak]]
WorkflowTest::testGetTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransition[[api-linebreak]]
WorkflowTest::testGetTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransition[[api-linebreak]]
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]]
WorkflowTypeBase::getTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a transition object for the provided transition ID.
WorkflowTypeBase::getTransitionFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a transition from state to state.
WorkflowTypeBase::getTransitionIdFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the transition ID from state to state.
WorkflowTypeBase::getTransitions function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets transition objects for the provided transition IDs.
WorkflowTypeBase::getTransitionsForState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the transitions for a state for the provided direction.
WorkflowTypeInterface::getTransition function core/modules/workflows/src/WorkflowTypeInterface.php Gets a transition object for the provided transition ID.
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.

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