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 |
---|---|---|---|
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 an 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. |
EntityConditionGroup | class | core/ |
A condition group for the EntityQuery. |
EntityConditionGroup.php | file | core/ |
|
EntityConditionGroup::$allowedConjunctions | property | core/ |
The AND conjunction value. |
EntityConditionGroup::$conjunction | property | core/ |
The conjunction. |
EntityConditionGroup::$members | property | core/ |
The members of the condition group. |
EntityConditionGroup::conjunction | function | core/ |
The condition group conjunction. |
EntityConditionGroup::members | function | core/ |
The members which belong to the condition group. |
EntityConditionGroup::__construct | function | core/ |
Constructs a new condition group object. |
EntityConditionGroupTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Query\EntityConditionGroup @group jsonapi |
EntityConditionGroupTest.php | file | core/ |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.