Defines an interface for configuration translation entity list builders.
Hierarchy
- interface \Drupal\Core\Entity\EntityListBuilderInterface
- interface \Drupal\config_translation\Controller\ConfigTranslationEntityListBuilderInterface
File
- core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php, line 10
Namespace
Drupal\config_translation\Controller
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ConfigTranslationEntityListBuilderInterface::setMapperDefinition | public | function | Sets the config translation mapper definition. |
ConfigTranslationEntityListBuilderInterface::sortRows | public | function | Sorts an array by value. |
EntityListBuilderInterface::getOperations | public | function | Provides an array of information to build a list of operation links. |
EntityListBuilderInterface::getStorage | public | function | Gets the entity storage. |
EntityListBuilderInterface::load | public | function | Loads entities of this type from storage for listing. |
EntityListBuilderInterface::render | public | function | Builds a listing of entities for the given entity type. |
Please login to continue.