Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityBase::hasLinkTemplate | function | core/ |
Indicates if a link template exists for a given key. |
| EntityBase::id | function | core/ |
Gets the identifier. |
| EntityBase::invalidateTagsOnDelete | function | core/ |
Invalidates an entity's cache tags upon delete. |
| EntityBase::invalidateTagsOnSave | function | core/ |
Invalidates an entity's cache tags upon save. |
| EntityBase::isNew | function | core/ |
Determines whether the entity is new. |
| EntityBase::label | function | core/ |
Gets the label of the entity. |
| EntityBase::language | function | core/ |
Gets the language of the entity. |
| EntityBase::languageManager | function | core/ |
Gets the language manager. |
| EntityBase::linkTemplates | function | core/ |
Gets an array link templates. |
| EntityBase::load | function | core/ |
Loads an entity. |
| EntityBase::loadMultiple | function | core/ |
Loads one or more entities. |
| EntityBase::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| EntityBase::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| EntityBase::postLoad | function | core/ |
Acts on loaded entities. |
| EntityBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| EntityBase::preCreate | function | core/ |
Changes the values of an entity before it is created. |
| EntityBase::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| EntityBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| EntityBase::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
| EntityBase::save | function | core/ |
Saves an entity permanently. |
| EntityBase::setOriginalId | function | core/ |
Sets the original ID. |
| EntityBase::toArray | function | core/ |
Gets an array of all property values. |
| EntityBase::toLink | function | core/ |
Generates the HTML for a link to this entity. |
| EntityBase::toUrl | function | core/ |
Gets the URL object for the entity. |
| EntityBase::uriRelationships | function | core/ |
Gets a list of URI relationships supported by this entity. |
| EntityBase::urlRouteParameters | function | core/ |
Gets an array of placeholders for this entity. |
| EntityBase::uuid | function | core/ |
Gets the entity UUID (Universally Unique Identifier). |
| EntityBase::uuidGenerator | function | core/ |
Gets the UUID generator. |
| EntityBase::__construct | function | core/ |
Constructs an Entity object. |
| EntityBase::__sleep | function | core/ |
|
| EntityBaseFieldOverride | class | core/ |
Provides entity base field override destination plugin. |
| EntityBaseFieldOverride.php | file | core/ |
|
| EntityBaseFieldOverride::getEntityId | function | core/ |
Gets the entity ID of the row. |
| EntityBaseTest | class | core/ |
Tests the functionality provided by \Drupal\Core\Entity\EntityBase. |
| EntityBaseTest.php | file | core/ |
|
| EntityBaseTest::setUp | function | core/ |
|
| EntityBaseTest::testGetTypedData | function | core/ |
Tests that the correct entity adapter is returned. |
| EntityBundle::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| EntityBundle::submitConfigurationForm | function | core/ |
Form submission handler. |
| EntityBundle::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| EntityBundle::__construct | function | core/ |
Constructs a new EntityBundle. |
| EntityBundle::__construct | function | core/ |
Creates a new EntityBundle instance. |
| EntityBundleAccessCheck | class | core/ |
Provides an entity bundle checker for the _entity_bundles route requirement. |
| EntityBundleAccessCheck.php | file | core/ |
|
| EntityBundleAccessCheck::access | function | core/ |
Checks entity bundle match based on the _entity_bundles route requirement. |
| EntityBundleAccessCheckTest | class | core/ |
Unit test of entity access checking system. |
| EntityBundleAccessCheckTest.php | file | core/ |
|
| EntityBundleAccessCheckTest::getBundleAndAccessResult | function | core/ |
Data provider. |
| EntityBundleAccessCheckTest::setUp | function | core/ |
|
| EntityBundleAccessCheckTest::testRouteAccess | function | core/ |
@covers ::access[[api-linebreak]] |
Pagination
- Previous page
- Page 376
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.