Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines a 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. |
Entity | class | core/ |
Defines a base entity class. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityHasFieldConstraintValidator.php | file | core/ |
|
EntityHasFieldConstraintValidator::validate | function | core/ |
|
EntityHasFieldConstraintValidatorTest | class | core/ |
@covers \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityHasFieldConstraintValidator |
EntityHasFieldConstraintValidatorTest.php | file | core/ |
|
EntityHasFieldConstraintValidatorTest::$modules | property | core/ |
Modules to enable. |
EntityHasFieldConstraintValidatorTest::setUp | function | core/ |
|
EntityHasFieldConstraintValidatorTest::testValidation | function | core/ |
|
EntityImageStyle | class | core/ |
Every migration that uses this destination must have an optional dependency on the d6_file migration to ensure it runs first. |
EntityImageStyle.php | file | core/ |
|
EntityImageStyle::import | function | core/ |
Import the row. |
EntityInterface | interface | core/ |
Defines a common interface for all entity objects. |
EntityInterface.php | file | core/ |
|
EntityInterface::bundle | function | core/ |
Gets the bundle of the entity. |
EntityInterface::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
EntityInterface::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
EntityInterface::delete | function | core/ |
Deletes an entity permanently. |
EntityInterface::enforceIsNew | function | core/ |
Enforces an entity to be new. |
EntityInterface::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
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::link | function | core/ |
Deprecated way of generating a link to the entity. See toLink(). |
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::url | function | core/ |
Gets the public URL for this entity. |
EntityInterface::urlInfo | function | core/ |
Gets the URL object for the entity. |
EntityInterface::uuid | function | core/ |
Gets the entity UUID (Universally Unique Identifier). |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.