Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityInterface::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
| EntityInterface::getConfigDependencyName | function | core/ |
Gets the configuration dependency name. |
| EntityInterface::getConfigTarget | function | core/ |
Gets the configuration target identifier for the entity. |
| EntityInterface::getEntityType | function | core/ |
Gets the entity type definition. |
| EntityInterface::getEntityTypeId | function | core/ |
Gets the ID of the type of the entity. |
| EntityInterface::getOriginalId | function | core/ |
Gets the original ID. |
| EntityInterface::getTypedData | function | core/ |
Gets a typed data object for this entity object. |
| EntityInterface::hasLinkTemplate | function | core/ |
Indicates if a link template exists for a given key. |
| EntityInterface::id | function | core/ |
Gets the identifier. |
| EntityInterface::isNew | function | core/ |
Determines whether the entity is new. |
| EntityInterface::label | function | core/ |
Gets the label of the entity. |
| EntityInterface::language | function | core/ |
Gets the language of the entity. |
| EntityInterface::load | function | core/ |
Loads an entity. |
| EntityInterface::loadMultiple | function | core/ |
Loads one or more entities. |
| EntityInterface::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| EntityInterface::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| EntityInterface::postLoad | function | core/ |
Acts on loaded entities. |
| EntityInterface::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| EntityInterface::preCreate | function | core/ |
Changes the values of an entity before it is created. |
| EntityInterface::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| EntityInterface::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| EntityInterface::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
| EntityInterface::save | function | core/ |
Saves an entity permanently. |
| EntityInterface::setOriginalId | function | core/ |
Sets the original ID. |
| EntityInterface::toArray | function | core/ |
Gets an array of all property values. |
| EntityInterface::toLink | function | core/ |
Generates the HTML for a link to this entity. |
| EntityInterface::toUrl | function | core/ |
Gets the URL object for the entity. |
| EntityInterface::uriRelationships | function | core/ |
Gets a list of URI relationships supported by this entity. |
| EntityInterface::uuid | function | core/ |
Gets the entity UUID (Universally Unique Identifier). |
| EntityKernelTestBase | class | core/ |
Defines an abstract test base for entity kernel tests. |
| EntityKernelTestBase.php | file | core/ |
|
| EntityKernelTestBase::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityKernelTestBase::$generatedIds | property | core/ |
A list of generated identifiers. |
| EntityKernelTestBase::$modules | property | core/ |
Modules to enable. |
| EntityKernelTestBase::$state | property | core/ |
The state service. |
| EntityKernelTestBase::createUser | function | core/ |
Creates a user. |
| EntityKernelTestBase::generateRandomEntityId | function | core/ |
Generates a random ID avoiding collisions. |
| EntityKernelTestBase::getHooksInfo | function | core/ |
Returns the entity_test hook invocation info. |
| EntityKernelTestBase::installModule | function | core/ |
Installs a module and refreshes services. |
| EntityKernelTestBase::refreshServices | function | core/ |
Refresh services. |
| EntityKernelTestBase::reloadEntity | function | core/ |
Reloads the given entity from the storage and returns it. |
| EntityKernelTestBase::setUp | function | core/ |
|
| EntityKernelTestBase::uninstallModule | function | core/ |
Uninstalls a module and refreshes services. |
| EntityKernelTestBaseTest | class | core/ |
@covers \Drupal\KernelTests\Core\Entity\EntityKernelTestBase[[api-linebreak]] |
| EntityKernelTestBaseTest.php | file | core/ |
|
| EntityKernelTestBaseTest::setUp | function | core/ |
|
| EntityKernelTestBaseTest::testSetUpCurrentUser | function | core/ |
Tests that the current user is set up correctly. |
| EntityKeysTest | class | core/ |
Test the behavior of entity keys. |
| EntityKeysTest.php | file | core/ |
|
| EntityKeysTest::multipleKeysCacheTestCases | function | core/ |
Data provider for ::testMultipleKeysCache. |
Pagination
- Previous page
- Page 486
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.