Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines an 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. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityCommentType::import | function | core/ |
Import the row. |
EntityComputedFieldTest | class | core/ |
Tests that entities with computed fields work correctly. |
EntityComputedFieldTest.php | file | core/ |
|
EntityComputedFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityComputedFieldTest::$modules | property | core/ |
Modules to install. |
EntityComputedFieldTest::$state | property | core/ |
The state service. |
EntityComputedFieldTest::setUp | function | core/ |
|
EntityComputedFieldTest::testFormatterComputedFieldCacheableMetadata | function | core/ |
Tests that formatters bubble the cacheable metadata of computed fields. |
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/ |
|
EntityConditionGroupTest::constructProvider | function | core/ |
Data provider for testConstruct. |
EntityConditionGroupTest::testConstruct | function | core/ |
@covers ::__construct @dataProvider constructProvider |
EntityConditionGroupTest::testConstructException | function | core/ |
@covers ::__construct |
EntityConditionTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Query\EntityCondition @group jsonapi |
EntityConditionTest.php | file | core/ |
|
EntityConditionTest::queryParameterProvider | function | core/ |
Data provider for testDenormalize. |
EntityConditionTest::setUp | function | core/ |
|
EntityConditionTest::testCreateFromQueryParameter | function | core/ |
@covers ::createFromQueryParameter @dataProvider queryParameterProvider |
EntityConditionTest::testValidation | function | core/ |
@covers ::validate @dataProvider validationProvider |
EntityConditionTest::validationProvider | function | core/ |
Data provider for testValidation. |
EntityConfigBase | class | core/ |
Base destination class for importing configuration entities. |
EntityConfigBase.php | file | core/ |
|
EntityConfigBase::$configFactory | property | core/ |
The configuration factory. |
EntityConfigBase::$languageManager | property | core/ |
The language manager. |
EntityConfigBase::create | function | core/ |
Creates an instance of the plugin. |
EntityConfigBase::generateId | function | core/ |
Generates an entity ID. |
EntityConfigBase::getIds | function | core/ |
Gets the destination IDs. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.