Search for trans
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigTranslationEntityListBuilder.php | file | core/ |
|
| ConfigTranslationEntityListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| ConfigTranslationEntityListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| ConfigTranslationEntityListBuilder::getFilterLabels | function | core/ |
Provides user facing strings for the filter element. |
| ConfigTranslationEntityListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| ConfigTranslationEntityListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| ConfigTranslationEntityListBuilder::setMapperDefinition | function | core/ |
Sets the config translation mapper definition. |
| ConfigTranslationEntityListBuilder::sortRows | function | core/ |
Sorts an array by value. |
| ConfigTranslationEntityListBuilder::sortRowsMultiple | function | core/ |
Sorts an array by multiple criteria. |
| ConfigTranslationEntityListBuilderInterface | interface | core/ |
Defines an interface for configuration translation entity list builders. |
| ConfigTranslationEntityListBuilderInterface.php | file | core/ |
|
| ConfigTranslationEntityListBuilderInterface::setMapperDefinition | function | core/ |
Sets the config translation mapper definition. |
| ConfigTranslationEntityListBuilderInterface::sortRows | function | core/ |
Sorts an array by value. |
| ConfigTranslationEvents | class | core/ |
Provides a list of events dispatched by the Configuration Translation module. |
| ConfigTranslationEvents.php | file | core/ |
|
| ConfigTranslationEvents::POPULATE_MAPPER | constant | core/ |
The name of the event dispatched when a configuration mapper is populated. |
| ConfigTranslationFieldListBuilder | class | core/ |
Defines the config translation list builder for field entities. |
| ConfigTranslationFieldListBuilder.php | file | core/ |
|
| ConfigTranslationFieldListBuilder::$baseEntityBundles | property | core/ |
The bundle info for the base entity type. |
| ConfigTranslationFieldListBuilder::$baseEntityInfo | property | core/ |
An array containing the base entity type's definition. |
| ConfigTranslationFieldListBuilder::$baseEntityType | property | core/ |
The name of the entity type the fields are attached to. |
| ConfigTranslationFieldListBuilder::$entityTypeBundleInfo | property | core/ |
The entity bundle info. |
| ConfigTranslationFieldListBuilder::$entityTypeManager | property | core/ |
The entity type manager. |
| ConfigTranslationFieldListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| ConfigTranslationFieldListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| ConfigTranslationFieldListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| ConfigTranslationFieldListBuilder::displayBundle | function | core/ |
Controls the visibility of the bundle column on field list pages. |
| ConfigTranslationFieldListBuilder::getFilterLabels | function | core/ |
Provides user facing strings for the filter element. |
| ConfigTranslationFieldListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
| ConfigTranslationFieldListBuilder::setMapperDefinition | function | core/ |
Sets the config translation mapper definition. |
| ConfigTranslationFieldListBuilder::sortRows | function | core/ |
Sorts an array by value. |
| ConfigTranslationFieldListBuilder::__construct | function | core/ |
Constructs a new ConfigTranslationFieldListBuilder object. |
| ConfigTranslationFormAccess | class | core/ |
Checks access for displaying the translation add, edit, and delete forms. |
| ConfigTranslationFormAccess.php | file | core/ |
|
| ConfigTranslationFormAccess::access | function | core/ |
Checks access to the overview based on permissions and translatability. |
| ConfigTranslationFormAccess::doCheckAccess | function | core/ |
Checks access given an account, configuration mapper, and source language. |
| ConfigTranslationFormBase | class | core/ |
Provides a base form for configuration translations. |
| ConfigTranslationFormBase.php | file | core/ |
|
| ConfigTranslationFormBase::$baseConfigData | property | core/ |
An array of base language configuration data keyed by configuration names. |
| ConfigTranslationFormBase::$configMapperManager | property | core/ |
The configuration mapper manager. |
| ConfigTranslationFormBase::$language | property | core/ |
The language of the configuration translation. |
| ConfigTranslationFormBase::$languageManager | property | core/ |
The language manager. |
| ConfigTranslationFormBase::$mapper | property | core/ |
The mapper for configuration translation. |
| ConfigTranslationFormBase::$sourceLanguage | property | core/ |
The language of the configuration translation source. |
| ConfigTranslationFormBase::$typedConfigManager | property | core/ |
The typed configuration manager. |
| ConfigTranslationFormBase::buildForm | function | core/ |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
| ConfigTranslationFormBase::create | function | core/ |
Instantiates a new instance of this class. |
| ConfigTranslationFormBase::createFormElement | function | core/ |
Creates a form element builder. |
| ConfigTranslationFormBase::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
| ConfigTranslationFormBase::submitForm | function | core/ |
Form submission handler. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.