Search for trans
- Search 7.x for trans
- Search 9.5.x for trans
- Search 10.3.x for trans
- Search 11.x for trans
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Transition::$toStateId | property | core/ |
The transition's to state ID. |
| Transition::$weight | property | core/ |
The transition's weight. |
| Transition::$workflow | property | core/ |
The workflow that this transition is attached to. |
| Transition::from | function | core/ |
Gets the transition's from states. |
| Transition::id | function | core/ |
Gets the transition's ID. |
| Transition::label | function | core/ |
Gets the transition's label. |
| Transition::to | function | core/ |
Gets the transition's to state. |
| Transition::weight | function | core/ |
Gets the transition's weight. |
| Transition::__construct | function | core/ |
Transition constructor. |
| TransitionInterface | interface | core/ |
A transition value object that describes the transition between two states. |
| TransitionInterface.php | file | core/ |
|
| TransitionInterface::DIRECTION_FROM | constant | core/ |
The transition direction from. |
| TransitionInterface::DIRECTION_TO | constant | core/ |
The transition direction to. |
| TransitionInterface::from | function | core/ |
Gets the transition's from states. |
| TransitionInterface::id | function | core/ |
Gets the transition's ID. |
| TransitionInterface::label | function | core/ |
Gets the transition's label. |
| TransitionInterface::PLUGIN_FORM_KEY | constant | core/ |
The key of the transition plugin form. |
| TransitionInterface::to | function | core/ |
Gets the transition's to state. |
| TransitionInterface::weight | function | core/ |
Gets the transition's weight. |
| TransitionTest | class | core/ |
@coversDefaultClass \Drupal\workflows\Transition[[api-linebreak]] |
| TransitionTest.php | file | core/ |
|
| TransitionTest::testFromAndTo | function | core/ |
@covers ::from[[api-linebreak]] @covers ::to[[api-linebreak]] |
| TransitionTest::testGetters | function | core/ |
@covers ::__construct[[api-linebreak]] @covers ::id[[api-linebreak]] @covers ::label[[api-linebreak]] |
| TranslatableFieldTest | class | core/ |
Tests Layout Builder with a translatable layout field. |
| TranslatableFieldTest.php | file | core/ |
|
| TranslatableFieldTest::$modules | property | core/ |
Modules to enable. |
| TranslatableFieldTest::setUp | function | core/ |
|
| TranslatableFieldTest::testSectionsClearedOnCreateTranslation | function | core/ |
Tests that sections on cleared when creating a new translation. |
| TranslatableInterface | interface | core/ |
Interface for translatable data. |
| TranslatableInterface | interface | core/ |
Provides methods for an entity to support translation. |
| TranslatableInterface.php | file | core/ |
|
| TranslatableInterface.php | file | core/ |
|
| TranslatableInterface::addTranslation | function | core/ |
Adds a new translation to the translatable object. |
| TranslatableInterface::getTranslation | function | core/ |
Gets a translation of the data. |
| TranslatableInterface::getTranslationLanguages | function | core/ |
Returns the languages the data is translated to. |
| TranslatableInterface::getUntranslated | function | core/ |
Returns the translatable object referring to the original language. |
| TranslatableInterface::hasTranslation | function | core/ |
Checks there is a translation for the given language code. |
| TranslatableInterface::hasTranslationChanges | function | core/ |
Determines if the current translation of the entity has unsaved changes. |
| TranslatableInterface::isDefaultTranslation | function | core/ |
Checks whether the translation is the default one. |
| TranslatableInterface::isNewTranslation | function | core/ |
Checks whether the translation is new. |
| TranslatableInterface::isTranslatable | function | core/ |
Returns the translation support status. |
| TranslatableInterface::language | function | core/ |
Returns the translation language. |
| TranslatableInterface::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
| TranslatableMarkup | class | core/ |
Provides translatable markup class. |
| TranslatableMarkup.php | file | core/ |
|
| TranslatableMarkup::$options | property | core/ |
The translation options. |
| TranslatableMarkup::$stringTranslation | property | core/ |
The string translation service. |
| TranslatableMarkup::$translatedMarkup | property | core/ |
The translated markup without placeholder replacements. |
| TranslatableMarkup::count | function | core/ |
Returns the string length. |
| TranslatableMarkup::getArguments | function | core/ |
Gets all arguments from this translated string. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.