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
Transition::$toStateId property core/modules/workflows/src/Transition.php The transition's to state ID.
Transition::$weight property core/modules/workflows/src/Transition.php The transition's weight.
Transition::$workflow property core/modules/workflows/src/Transition.php The workflow that this transition is attached to.
Transition::from function core/modules/workflows/src/Transition.php Gets the transition's from states.
Transition::id function core/modules/workflows/src/Transition.php Gets the transition's ID.
Transition::label function core/modules/workflows/src/Transition.php Gets the transition's label.
Transition::to function core/modules/workflows/src/Transition.php Gets the transition's to state.
Transition::weight function core/modules/workflows/src/Transition.php Gets the transition's weight.
Transition::__construct function core/modules/workflows/src/Transition.php Transition constructor.
TransitionInterface interface core/modules/workflows/src/TransitionInterface.php A transition value object that describes the transition between two states.
TransitionInterface.php file core/modules/workflows/src/TransitionInterface.php
TransitionInterface::DIRECTION_FROM constant core/modules/workflows/src/TransitionInterface.php The transition direction from.
TransitionInterface::DIRECTION_TO constant core/modules/workflows/src/TransitionInterface.php The transition direction to.
TransitionInterface::from function core/modules/workflows/src/TransitionInterface.php Gets the transition's from states.
TransitionInterface::id function core/modules/workflows/src/TransitionInterface.php Gets the transition's ID.
TransitionInterface::label function core/modules/workflows/src/TransitionInterface.php Gets the transition's label.
TransitionInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/TransitionInterface.php The key of the transition plugin form.
TransitionInterface::to function core/modules/workflows/src/TransitionInterface.php Gets the transition's to state.
TransitionInterface::weight function core/modules/workflows/src/TransitionInterface.php Gets the transition's weight.
TransitionTest class core/modules/workflows/tests/src/Unit/TransitionTest.php @coversDefaultClass \Drupal\workflows\Transition
TransitionTest.php file core/modules/workflows/tests/src/Unit/TransitionTest.php
TransitionTest::testFromAndTo function core/modules/workflows/tests/src/Unit/TransitionTest.php @covers ::from
@covers ::to
TransitionTest::testGetters function core/modules/workflows/tests/src/Unit/TransitionTest.php @covers ::__construct
@covers ::id
@covers ::label
TranslatableFieldTest class core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php Tests Layout Builder with a translatable layout field.
TranslatableFieldTest.php file core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php
TranslatableFieldTest::$modules property core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php Modules to enable.
TranslatableFieldTest::setUp function core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php
TranslatableFieldTest::testSectionsClearedOnCreateTranslation function core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php Tests that sections on cleared when creating a new translation.
TranslatableInterface interface core/lib/Drupal/Core/TypedData/TranslatableInterface.php Interface for translatable data.
TranslatableInterface interface core/lib/Drupal/Core/Entity/TranslatableInterface.php Provides methods for an entity to support translation.
TranslatableInterface.php file core/lib/Drupal/Core/TypedData/TranslatableInterface.php
TranslatableInterface.php file core/lib/Drupal/Core/Entity/TranslatableInterface.php
TranslatableInterface::addTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Adds a new translation to the translatable object.
TranslatableInterface::getTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Gets a translation of the data.
TranslatableInterface::getTranslationLanguages function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the languages the data is translated to.
TranslatableInterface::getUntranslated function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the translatable object referring to the original language.
TranslatableInterface::hasTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Checks there is a translation for the given language code.
TranslatableInterface::hasTranslationChanges function core/lib/Drupal/Core/Entity/TranslatableInterface.php Determines if the current translation of the entity has unsaved changes.
TranslatableInterface::isDefaultTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Checks whether the translation is the default one.
TranslatableInterface::isNewTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Checks whether the translation is new.
TranslatableInterface::isTranslatable function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the translation support status.
TranslatableInterface::language function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Returns the translation language.
TranslatableInterface::removeTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Removes the translation identified by the given language code.
TranslatableMarkup class core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Provides translatable markup class.
TranslatableMarkup.php file core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php
TranslatableMarkup::$options property core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php The translation options.
TranslatableMarkup::$stringTranslation property core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php The string translation service.
TranslatableMarkup::$translatedMarkup property core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php The translated markup without placeholder replacements.
TranslatableMarkup::count function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Returns the string length.
TranslatableMarkup::getArguments function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Gets all arguments from this translated string.

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