ConfigTranslationEntityListBuilderInterface
interface ConfigTranslationEntityListBuilderInterface implements EntityListBuilderInterface (View source)
Defines an interface for configuration translation entity list builders.
Methods
Loads entities of this type from storage for listing.
Provides an array of information to build a list of operation links.
Builds a listing of entities for the given entity type.
Sorts an array by value.
Sets the config translation mapper definition.
Details
EntityStorageInterface
getStorage()
Gets the entity storage.
EntityInterface[]
load()
Loads entities of this type from storage for listing.
This allows the implementation to manipulate the listing, like filtering or sorting the loaded entities.
array
getOperations(EntityInterface $entity)
Provides an array of information to build a list of operation links.
array
render()
Builds a listing of entities for the given entity type.
int
sortRows(array $a, array $b)
Sorts an array by value.
$this
setMapperDefinition(mixed $mapper_definition)
Sets the config translation mapper definition.