Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityPermissionsRouteProviderWithCheck | class | core/ |
Provides routes for the entity permissions form with a custom access check. |
| EntityPermissionsRouteProviderWithCheck.php | file | core/ |
|
| EntityPermissionsRouteProviderWithCheck::getEntityPermissionsRoute | function | core/ |
Gets the entity permissions route. |
| EntityPermissionsRouteProviderWithCheckTest | class | core/ |
Tests the route provider deprecation. |
| EntityPermissionsRouteProviderWithCheckTest.php | file | core/ |
|
| EntityPermissionsRouteProviderWithCheckTest::testEntityPermissionsRouteProviderWithCheck | function | core/ |
Tests the route provider deprecation. |
| EntityPublishedActionDeriver | class | core/ |
Provides an action deriver that finds publishable entity types. |
| EntityPublishedActionDeriver.php | file | core/ |
|
| EntityPublishedActionDeriver::isApplicable | function | core/ |
|
| EntityPublishedInterface | interface | core/ |
Provides an interface for access to an entity's published state. |
| EntityPublishedInterface.php | file | core/ |
|
| EntityPublishedInterface::isPublished | function | core/ |
Returns whether or not the entity is published. |
| EntityPublishedInterface::setPublished | function | core/ |
Sets the entity as published. |
| EntityPublishedInterface::setUnpublished | function | core/ |
Sets the entity as unpublished. |
| EntityPublishedTrait | trait | core/ |
Provides a trait for published status. |
| EntityPublishedTrait.php | file | core/ |
|
| EntityPublishedTrait::isPublished | function | core/ |
|
| EntityPublishedTrait::publishedBaseFieldDefinitions | function | core/ |
Returns an array of base field definitions for publishing status. |
| EntityPublishedTrait::setPublished | function | core/ |
|
| EntityPublishedTrait::setUnpublished | function | core/ |
|
| EntityQueryAccessTest | class | core/ |
Tests that Views respects 'ENTITY_TYPE_access' query tags. |
| EntityQueryAccessTest.php | file | core/ |
|
| EntityQueryAccessTest::$defaultTheme | property | core/ |
|
| EntityQueryAccessTest::$modules | property | core/ |
|
| EntityQueryAccessTest::testBlockContentEntityQueryAccess | function | core/ |
Tests that the 'block_content_access' query tag is respected by Views. |
| EntityQueryAccessTest::testMediaEntityQueryAccess | function | core/ |
Tests that the 'media_access' query tag is respected by Views. |
| EntityQueryAggregateTest | class | core/ |
Tests the Entity Query Aggregation API. |
| EntityQueryAggregateTest.php | file | core/ |
|
| EntityQueryAggregateTest::$entityStorage | property | core/ |
The entity_test storage to create the test entities. |
| EntityQueryAggregateTest::$modules | property | core/ |
|
| EntityQueryAggregateTest::$queryResult | property | core/ |
The actual query result, to compare later. |
| EntityQueryAggregateTest::assertResults | function | core/ |
Asserts the results as expected regardless of order between and in rows. |
| EntityQueryAggregateTest::assertSortedResults | function | core/ |
Asserts the results as expected regardless of order in rows. |
| EntityQueryAggregateTest::setUp | function | core/ |
|
| EntityQueryAggregateTest::testAggregation | function | core/ |
Tests aggregation support. |
| EntityQueryAggregateTest::testAlterHook | function | core/ |
Tests that entity query alter hooks are invoked for aggregate queries. |
| EntityQueryAggregateTest::testRepeatedExecution | function | core/ |
Tests preparing a query and executing twice. |
| EntityQueryRelationshipTest | class | core/ |
Tests the Entity Query relationship API. |
| EntityQueryRelationshipTest.php | file | core/ |
|
| EntityQueryRelationshipTest::$accounts | property | core/ |
User entities. |
| EntityQueryRelationshipTest::$entities | property | core/ |
The entity_test entities. |
| EntityQueryRelationshipTest::$fieldName | property | core/ |
The name of the taxonomy field used for test. |
| EntityQueryRelationshipTest::$modules | property | core/ |
|
| EntityQueryRelationshipTest::$queryResults | property | core/ |
The results returned by EntityQuery. |
| EntityQueryRelationshipTest::$terms | property | core/ |
Term entities. |
| EntityQueryRelationshipTest::assertResults | function | core/ |
Assert the results. |
| EntityQueryRelationshipTest::providerTestInvalidFieldName | function | core/ |
Data provider for testInvalidFieldName(). |
| EntityQueryRelationshipTest::setUp | function | core/ |
|
| EntityQueryRelationshipTest::testInvalidFieldName | function | core/ |
Tests a non-existent field name in a complex query relationship. |
| EntityQueryRelationshipTest::testInvalidSpecifier | function | core/ |
Tests the invalid specifier in the query relationship. |
Pagination
- Previous page
- Page 530
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.