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/ |
Defines an argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
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 |
---|---|---|---|
EntityStorageBase::restore | function | core/ |
Restores a previously saved entity. |
EntityStorageBase::save | function | core/ |
Saves the entity permanently. |
EntityStorageBase::setStaticCache | function | core/ |
Stores entities in the static entity cache. |
EntityStorageBase::__construct | function | core/ |
Constructs an EntityStorageBase instance. |
EntityStorageBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityStorageBase[[api-linebreak]] @group Entity |
EntityStorageBaseTest.php | file | core/ |
|
EntityStorageBaseTest::generateEntityInterface | function | core/ |
Generate a mocked entity object. |
EntityStorageBaseTest::providerLoad | function | core/ |
Data provider for testLoad(). |
EntityStorageBaseTest::providerLoadMultiple | function | core/ |
Data provider for testLoadMultiple. |
EntityStorageBaseTest::testLoad | function | core/ |
@covers ::load[[api-linebreak]] |
EntityStorageBaseTest::testLoadMultiple | function | core/ |
Test loadMultiple(). |
EntityStorageException | class | core/ |
Defines an exception thrown when storage operations fail. |
EntityStorageException.php | file | core/ |
|
EntityStorageInterface | interface | core/ |
Defines the interface for entity storage classes. |
EntityStorageInterface.php | file | core/ |
|
EntityStorageInterface::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
EntityStorageInterface::delete | function | core/ |
Deletes permanently saved entities. |
EntityStorageInterface::FIELD_LOAD_CURRENT | constant | core/ |
Load the most recent version of an entity's field data. |
EntityStorageInterface::FIELD_LOAD_REVISION | constant | core/ |
Load the version of an entity's field data specified in the entity. |
EntityStorageInterface::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
EntityStorageInterface::getEntityClass | function | core/ |
Retrieves the class name used to create the entity. |
EntityStorageInterface::getEntityType | function | core/ |
Gets the entity type definition. |
EntityStorageInterface::getEntityTypeId | function | core/ |
Gets the entity type ID. |
EntityStorageInterface::getQuery | function | core/ |
Gets an entity query instance. |
EntityStorageInterface::hasData | function | core/ |
Determines if the storage contains any data. |
EntityStorageInterface::load | function | core/ |
Loads one entity. |
EntityStorageInterface::loadByProperties | function | core/ |
Load entities by their property values without any access checks. |
EntityStorageInterface::loadMultiple | function | core/ |
Loads one or more entities. |
EntityStorageInterface::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
EntityStorageInterface::resetCache | function | core/ |
Resets the internal entity cache. |
EntityStorageInterface::restore | function | core/ |
Restores a previously saved entity. |
EntityStorageInterface::save | function | core/ |
Saves the entity permanently. |
EntityStorageSchemaInterface | interface | core/ |
Defines the interface for entity storage schema handler classes. |
EntityStorageSchemaInterface.php | file | core/ |
|
EntityStorageSchemaInterface::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
EntityTaxonomyVocabulary | class | core/ |
Migration destination for taxonomy vocabulary. |
EntityTaxonomyVocabulary.php | file | core/ |
|
EntityTaxonomyVocabulary::getEntity | function | core/ |
Creates or loads an entity. |
EntityTest | class | core/ |
Defines the test entity class. |
EntityTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\area\Entity[[api-linebreak]] @group Entity |
EntityTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\argument_validator\Entity[[api-linebreak]] @group views |
EntityTest.php | file | core/ |
|
EntityTest.php | file | core/ |
|
EntityTest.php | file | core/ |
|
EntityTest::$argumentValidator | property | core/ |
The tested argument validator. |
EntityTest::$display | property | core/ |
The view display. |
EntityTest::$display | property | core/ |
The mocked display. |
EntityTest::$entityDisplayRepository | property | core/ |
The entity display repository. |
EntityTest::$entityHandler | property | core/ |
The tested entity area handler. |
Pagination
- Previous page
- Page 112
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.