Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 10.3.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
|
Entity | class | core/ |
This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions | function | core/ |
Puts the entity type's field storage definitions in the application state. |
EntityListBuilder | class | core/ |
Defines a generic implementation to build a listing of entities. |
EntityListBuilder.php | file | core/ |
|
EntityListBuilder::$entityType | property | core/ |
Information about the entity type. |
EntityListBuilder::$entityTypeId | property | core/ |
The entity type ID. |
EntityListBuilder::$limit | property | core/ |
The number of entities to list per page, or FALSE to list all entities. |
EntityListBuilder::$storage | property | core/ |
The entity storage class. |
EntityListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
EntityListBuilder::buildOperations | function | core/ |
Builds a renderable list of operation links for the entity. |
EntityListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
EntityListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
EntityListBuilder::ensureDestination | function | core/ |
Ensures that a destination is present on the given URL. |
EntityListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
EntityListBuilder::getEntityIds | function | core/ |
Loads entity IDs using a pager sorted by the entity id. |
EntityListBuilder::getEntityListQuery | function | core/ |
Returns a query object for loading entity IDs from the storage. |
EntityListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
EntityListBuilder::getStorage | function | core/ |
Gets the entity storage. |
EntityListBuilder::getTitle | function | core/ |
Gets the title of the page. |
EntityListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
EntityListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
EntityListBuilder::SORT_KEY | constant | core/ |
The entity key to sort the list by. |
EntityListBuilder::__construct | function | core/ |
Constructs a new EntityListBuilder object. |
EntityListBuilderInterface | interface | core/ |
Defines an interface to build entity listings. |
EntityListBuilderInterface.php | file | core/ |
|
EntityListBuilderInterface::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
EntityListBuilderInterface::getStorage | function | core/ |
Gets the entity storage. |
EntityListBuilderInterface::load | function | core/ |
Loads entities of this type from storage for listing. |
EntityListBuilderInterface::render | function | core/ |
Builds a listing of entities for the given entity type. |
EntityListController | class | core/ |
Defines a generic controller to list entities. |
EntityListController.php | file | core/ |
|
EntityListController::listing | function | core/ |
Provides the listing page for any entity type. |
EntityMalformedException | class | core/ |
Defines an exception thrown when a malformed entity is passed. |
EntityMalformedException.php | file | core/ |
|
EntityMethod | class | core/ |
Makes config entity methods with the ActionMethod attribute into actions. |
EntityMethod.php | file | core/ |
|
EntityMethod::apply | function | core/ |
Applies the config action. |
EntityMethod::applyPluralized | function | core/ |
Applies the action to entity treating the $values array as multiple calls. |
EntityMethod::applySingle | function | core/ |
Applies the action to entity treating the $values array a single call. |
EntityMethod::create | function | core/ |
Creates an instance of the plugin. |
EntityMethod::__construct | function | core/ |
Constructs a EntityMethod object. |
EntityMethodDeriver | class | core/ |
Derives config action methods from attributed config entity methods. |
EntityMethodDeriver.php | file | core/ |
|
EntityMethodDeriver::$inflector | property | core/ |
Inflector to pluralize words. |
EntityMethodDeriver::addDerivative | function | core/ |
Adds a derivative. |
EntityMethodDeriver::create | function | core/ |
Creates a new class instance. |
EntityMethodDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
EntityMethodDeriver::processMethod | function | core/ |
Processes a method to create derivatives. |
EntityMethodDeriver::__construct | function | core/ |
Constructs new EntityMethodDeriver. |
EntityMethodException | class | core/ |
@internal This API is experimental. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.