Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityCacheTagsTestBase::testReferencedEntity | function | core/ |
Tests cache tags presence and invalidation of the entity when referenced. |
| EntityCacheTagsTestBase::verifyRenderCache | function | core/ |
Verify that a given render cache entry exists, with the correct cache tags. |
| EntityChangedActionDeriver | class | core/ |
Provides an action deriver that finds entity types of EntityChangedInterface. |
| EntityChangedActionDeriver.php | file | core/ |
|
| EntityChangedActionDeriver::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
| EntityChangedConstraint | class | core/ |
Validation constraint for the entity changed timestamp. |
| EntityChangedConstraint.php | file | core/ |
|
| EntityChangedConstraint::$message | property | core/ |
|
| EntityChangedConstraintValidator | class | core/ |
Validates the EntityChanged constraint. |
| EntityChangedConstraintValidator.php | file | core/ |
|
| EntityChangedConstraintValidator::validate | function | core/ |
|
| EntityChangedInterface | interface | core/ |
Defines an interface for entity change timestamp tracking. |
| EntityChangedInterface.php | file | core/ |
|
| EntityChangedInterface::getChangedTime | function | core/ |
Gets the timestamp of the last entity change for the current translation. |
| EntityChangedInterface::getChangedTimeAcrossTranslations | function | core/ |
Gets the timestamp of the last entity change across all translations. |
| EntityChangedInterface::setChangedTime | function | core/ |
Sets the timestamp of the last entity change for the current translation. |
| EntityChangedTrait | trait | core/ |
Provides a trait for accessing changed time. |
| EntityChangedTrait.php | file | core/ |
|
| EntityChangedTrait::getChangedTime | function | core/ |
Gets the timestamp of the last entity change for the current translation. |
| EntityChangedTrait::getChangedTimeAcrossTranslations | function | core/ |
Returns the timestamp of the last entity change across all translations. |
| EntityChangedTrait::setChangedTime | function | core/ |
Sets the timestamp of the last entity change for the current translation. |
| EntityChangesDetectionTrait | trait | core/ |
Provides helper methods to detect changes in an entity object. |
| EntityChangesDetectionTrait.php | file | core/ |
|
| EntityChangesDetectionTrait::getFieldsToSkipFromTranslationChangesCheck | function | core/ |
Returns an array of field names to skip when checking for changes. |
| EntityComment | class | core/ |
Plugin annotation @MigrateDestination( id = "entity:comment" ) |
| EntityComment.php | file | core/ |
|
| EntityComment::$state | property | core/ |
The state storage object. |
| EntityComment::$stubCommentedEntityIds | property | core/ |
An array of entity IDs for the 'commented entity' keyed by entity type. |
| EntityComment::create | function | core/ |
Creates an instance of the plugin. |
| EntityComment::import | function | core/ |
Import the row. |
| EntityComment::processStubRow | function | core/ |
Populates as much of the stub row as possible. |
| EntityComment::__construct | function | core/ |
Builds a comment entity destination. |
| EntityCommentType | class | core/ |
Plugin annotation @MigrateDestination( id = "entity:comment_type" ) |
| EntityCommentType.php | file | core/ |
|
| EntityCommentType::import | function | core/ |
Import the row. |
| EntityCondition | class | core/ |
A condition object for the EntityQuery. |
| EntityCondition.php | file | core/ |
|
| EntityCondition::$allowedOperators | property | core/ |
The allowed condition operators. |
| EntityCondition::$field | property | core/ |
The field to be evaluated. |
| EntityCondition::$operator | property | core/ |
The condition operator. |
| EntityCondition::$value | property | core/ |
The value against which the field should be evaluated. |
| EntityCondition::createFromQueryParameter | function | core/ |
Creates an EntityCondition object from a query parameter. |
| EntityCondition::field | function | core/ |
The field to be evaluated. |
| EntityCondition::operator | function | core/ |
The comparison operator to use for the evaluation. |
| EntityCondition::OPERATOR_KEY | constant | core/ |
The operator key in the condition: filter[lorem][condition][<operator>]. |
| EntityCondition::PATH_KEY | constant | core/ |
The field key in the filter condition: filter[lorem][condition][<field>]. |
| EntityCondition::validate | function | core/ |
Validates the filter has the required fields. |
| EntityCondition::value | function | core/ |
The value against which the condition should be evaluated. |
| EntityCondition::VALUE_KEY | constant | core/ |
The value key in the filter condition: filter[lorem][condition][<value>]. |
| EntityCondition::__construct | function | core/ |
Constructs a new EntityCondition object. |
Pagination
- Previous page
- Page 459
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.