Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x 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::setOriginal | function | core/ |
Sets the original unchanged entity. |
| 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/ |
A simple entity class for testing key value entity storage. |
| EntityBaseTest | class | core/ |
Tests the functionality provided by \Drupal\Core\Entity\EntityBase. |
| EntityBaseTest.php | file | core/ |
|
| EntityBaseTest::$id | property | core/ |
The entity ID. |
| EntityBaseTest::$label | property | core/ |
The entity label. |
| EntityBaseTest::$langcode | property | core/ |
The language code for the entity. |
| EntityBaseTest::$original | property | core/ |
The original, or NULL if the entity cannot be loaded. |
| EntityBaseTest::$uuid | property | core/ |
The entity UUID. |
| 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. |
| EntityBundleConditionTest | class | core/ |
Tests that entity bundle conditions works properly. |
Pagination
- Previous page
- Page 410
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.