Search for trans
- Search 7.x for trans
- Search 9.5.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TransactionTest::transactionInnerLayer | function | core/ |
Creates an "inner layer" transaction. |
| TransactionTest::transactionOuterLayer | function | core/ |
Encapsulates a transaction's "inner layer" with an "outer layer". |
| TransformedConfigExportImportUITest | class | core/ |
Tests the user interface for importing/exporting transformed configuration. |
| TransformedConfigExportImportUITest.php | file | core/ |
|
| TransformedConfigExportImportUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TransformedConfigExportImportUITest::$modules | property | core/ |
Modules to install. |
| TransformedConfigExportImportUITest::setUp | function | core/ |
|
| TransformedConfigExportImportUITest::testTransformedExportImport | function | core/ |
Tests a simple site export import case. |
| Transition | class | core/ |
A transition value object that describes the transition between states. |
| Transition.php | file | core/ |
|
| Transition::$fromStateIds | property | core/ |
The transition's from state IDs. |
| Transition::$id | property | core/ |
The transition's ID. |
| Transition::$label | property | core/ |
The transition's label. |
| 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/ |
Tests Drupal\workflows\Transition. |
| TransitionTest.php | file | core/ |
|
| TransitionTest::testFromAndTo | function | core/ |
Tests from and to. |
| TransitionTest::testGetters | function | core/ |
Tests getters. |
| TranslatableFieldTest | class | core/ |
Tests Layout Builder with a translatable layout field. |
| TranslatableFieldTest.php | file | core/ |
|
| TranslatableFieldTest::$modules | property | core/ |
Modules to install. |
| 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 in the language it was created. |
| TranslatableInterface::hasTranslation | function | core/ |
Checks there is a translation for the given language code. |
Pagination
- Previous page
- Page 66
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.