EntityBundleListCacheTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php |
|
EntityBundleListCacheTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php |
Modules to enable. |
EntityBundleListCacheTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php |
|
EntityBundleListCacheTest::testBundleListingCache |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php |
Tests that tags are invalidated when an entity with that bundle changes. |
EntityBundleListener |
class |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
Reacts to entity bundle CRUD on behalf of the Entity system. |
EntityBundleListener.php |
file |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
|
EntityBundleListener::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
The entity field manager. |
EntityBundleListener::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
The entity type bundle info. |
EntityBundleListener::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
The entity type manager. |
EntityBundleListener::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
The module handler. |
EntityBundleListener::onBundleCreate |
function |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
|
EntityBundleListener::onBundleDelete |
function |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
|
EntityBundleListener::__construct |
function |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
Constructs a new EntityBundleListener. |
EntityBundleListenerInterface |
interface |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
An interface for reacting to entity bundle creation and deletion. |
EntityBundleListenerInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
|
EntityBundleListenerInterface::onBundleCreate |
function |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
Reacts to a bundle being created. |
EntityBundleListenerInterface::onBundleDelete |
function |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
Reacts to a bundle being deleted. |
EntityBundleListenerTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php |
@coversDefaultClass \Drupal\Core\Entity\EntityBundleListener[[api-linebreak]] |
EntityBundleListenerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php |
|
EntityBundleListenerTest::testOnBundleCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php |
@covers ::onBundleCreate[[api-linebreak]] |
EntityCacheTagsTestBase::getAdditionalCacheContextsForEntityListing |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Returns the additional cache tags for the tested entity's listing by type. |
EntityCacheTagsTestBase::getAdditionalCacheContextsForEntityListing |
function |
core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php |
Returns the additional cache tags for the tested entity's listing by type. |
EntityCacheTagsTestBase::getAdditionalCacheTagsForEntityListing |
function |
core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php |
Returns the additional cache tags for the tested entity's listing by type. |
EntityCacheTagsTestBase::getAdditionalCacheTagsForEntityListing |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Returns the additional cache tags for the tested entity's listing by type. |
EntityConstraintViolationList |
class |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Implements an entity constraint violation list. |
EntityConstraintViolationList.php |
file |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::$entity |
property |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
The entity that has been validated. |
EntityConstraintViolationList::$entityViolationOffsets |
property |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Violations offsets of entity level violations. |
EntityConstraintViolationList::$violationOffsetsByField |
property |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Violation offsets grouped by field. |
EntityConstraintViolationList::add |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::filterByFieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::filterByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::getByField |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::getByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::getEntityViolations |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::groupViolationOffsets |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Groups violation offsets by field and entity level. |
EntityConstraintViolationList::remove |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::set |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationList::__construct |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
EntityConstraintViolationListInterface |
interface |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Interface for the result of entity validation. |
EntityConstraintViolationListInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
|
EntityConstraintViolationListInterface::filterByFieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list to apply for accessible fields only. |
EntityConstraintViolationListInterface::filterByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list by the given fields. |
EntityConstraintViolationListInterface::getByField |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets the violations of the given field. |
EntityConstraintViolationListInterface::getByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets the violations of the given fields. |
EntityConstraintViolationListInterface::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
The entity which has been validated. |
EntityConstraintViolationListInterface::getEntityViolations |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets violations flagged on entity level, not associated with any field. |
EntityConstraintViolationListInterface::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Returns the names of all violated fields. |