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 |
---|---|---|---|
SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable | function | core/ |
Tests the schema for revisionable, translatable entities. |
SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable | function | core/ |
Tests the schema for non-revisionable, translatable entities. |
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable | function | core/ |
Tests getTableMapping() with a revisionable, translatable entity type. |
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields | function | core/ |
Tests getTableMapping() with a complex entity type with fields. |
SqlContentEntityStorageTest::testGetTableMappingTranslatable | function | core/ |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields | function | core/ |
Tests getTableMapping() with a translatable entity type with fields. |
State::canTransitionTo | function | core/ |
Determines if the state can transition to the provided state ID. |
State::getTransitions | function | core/ |
Gets all the possible transition objects for the state. |
State::getTransitionTo | function | core/ |
Gets the Transition object for the provided state ID. |
StateInterface::canTransitionTo | function | core/ |
Determines if the state can transition to the provided state ID. |
StateInterface::getTransitions | function | core/ |
Gets all the possible transition objects for the state. |
StateInterface::getTransitionTo | function | core/ |
Gets the Transition object for the provided state ID. |
StateTest::testCanTransitionTo | function | core/ |
@covers ::canTransitionTo |
StateTest::testGetTransitions | function | core/ |
@covers ::getTransitions |
StateTest::testGetTransitionTo | function | core/ |
@covers ::getTransitionTo |
StateTest::testGetTransitionToException | function | core/ |
@covers ::getTransitionTo |
StateTransitionValidation | class | core/ |
Validates whether a certain state transition is allowed. |
StateTransitionValidation.php | file | core/ |
|
StateTransitionValidation::$moderationInfo | property | core/ |
The moderation information service. |
StateTransitionValidation::$possibleTransitions | property | core/ |
Stores the possible state transitions. |
StateTransitionValidation::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
StateTransitionValidation::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
StateTransitionValidation::__construct | function | core/ |
Constructs a new StateTransitionValidation. |
StateTransitionValidationInterface | interface | core/ |
Validates whether a certain state transition is allowed. |
StateTransitionValidationInterface.php | file | core/ |
|
StateTransitionValidationInterface::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
StateTransitionValidationInterface::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
StateTransitionValidationTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\StateTransitionValidation @group content_moderation |
StateTransitionValidationTest.php | file | core/ |
|
StateTransitionValidationTest::$workflow | property | core/ |
A test workflow. |
StateTransitionValidationTest::setUp | function | core/ |
|
StateTransitionValidationTest::testDeprecatedEntityParameter | function | core/ |
@expectedDeprecation Omitting the $entity parameter from Drupal\content_moderation\StateTransitionValidation::isTransitionValid is deprecated and will be required in Drupal 9.0.0. @group legacy |
StateTransitionValidationTest::testUserSensitiveValidTransitions | function | core/ |
Verifies user-aware transition validation. |
StateTransitionValidationTest::userTransitionsProvider | function | core/ |
Data provider for the user transition test. |
StaticMap::transform | function | core/ |
Performs the associated process. |
StaticTranslation | class | core/ |
String translator with a static cache for translations. |
StaticTranslation.php | file | core/ |
|
StaticTranslation::$translations | property | core/ |
String translations |
StaticTranslation::getLanguage | function | core/ |
Retrieves translations for a given language. |
StaticTranslation::getStringTranslation | function | core/ |
Retrieves English string to given language. |
StaticTranslation::reset | function | core/ |
Resets translation cache. |
StaticTranslation::__construct | function | core/ |
Constructs a translator from an array of translations. |
statistics_node_translation_counter.yml | file | core/ |
core/modules/content_translation/migrations/statistics_node_translation_counter.yml |
StorageTransformerException | class | core/ |
Thrown by config storage transformers if they cannot acquire a lock. |
StorageTransformerException.php | file | core/ |
|
StorageTransformEvent | class | core/ |
Class StorageTransformEvent. |
StorageTransformEvent.php | file | core/ |
|
StorageTransformEvent::$storage | property | core/ |
The configuration storage which is transformed. |
StorageTransformEvent::getStorage | function | core/ |
Returns the mutable storage ready to be read from and written to. |
Pagination
- Previous page
- Page 56
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.