Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 10.3.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 |
---|---|---|---|
EntityBundleConditionTest.php | file | core/ |
|
EntityBundleConditionTest::setUp | function | core/ |
|
EntityBundleConditionTest::testConditions | function | core/ |
Tests conditions. |
EntityBundleExistsConstraint | class | core/ |
Checks if a bundle exists on a certain content entity type. |
EntityBundleExistsConstraint.php | file | core/ |
|
EntityBundleExistsConstraint::$entityTypeId | property | core/ |
The entity type ID which should have the given bundle. |
EntityBundleExistsConstraint::$message | property | core/ |
The error message if validation fails. |
EntityBundleExistsConstraint::getDefaultOption | function | core/ |
|
EntityBundleExistsConstraint::getRequiredOptions | function | core/ |
|
EntityBundleExistsConstraintValidator | class | core/ |
Validates that a bundle exists on a certain content entity type. |
EntityBundleExistsConstraintValidator.php | file | core/ |
|
EntityBundleExistsConstraintValidator::create | function | core/ |
|
EntityBundleExistsConstraintValidator::validate | function | core/ |
|
EntityBundleExistsConstraintValidator::__construct | function | core/ |
Constructs an EntityBundleExistsConstraintValidator object. |
EntityBundleExistsConstraintValidatorTest | class | core/ |
@group Entity @group Validation |
EntityBundleExistsConstraintValidatorTest.php | file | core/ |
|
EntityBundleExistsConstraintValidatorTest::$modules | property | core/ |
|
EntityBundleExistsConstraintValidatorTest::setUp | function | core/ |
|
EntityBundleExistsConstraintValidatorTest::testDynamicEntityType | function | core/ |
Tests getting the entity type ID. |
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdFromMultipleParents | function | core/ |
Tests getting the entity type ID from a deeply nested property path. |
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdIsStatic | function | core/ |
Tests validating a bundle of a known (static) entity type ID. |
EntityBundleExistsConstraintValidatorTest::testInvalidEntityTypeId | function | core/ |
Tests when the constraint's entityTypeId value is not valid. |
EntityBundleExistsConstraintValidatorTest::testValueMustBeAString | function | core/ |
Tests that the constraint validator will only work with strings. |
EntityBundleFieldTest | class | core/ |
Tests adding a custom bundle field. |
EntityBundleFieldTest.php | file | core/ |
|
EntityBundleFieldTest::$database | property | core/ |
The database connection used. |
EntityBundleFieldTest::$moduleHandler | property | core/ |
The module handler. |
EntityBundleFieldTest::$modules | property | core/ |
|
EntityBundleFieldTest::setUp | function | core/ |
|
EntityBundleFieldTest::testCustomBundleFieldUsage | function | core/ |
Tests making use of a custom bundle field. |
EntityBundleListCacheTest | class | core/ |
Tests that bundle tags are invalidated when entities change. |
EntityBundleListCacheTest.php | file | core/ |
|
EntityBundleListCacheTest::$defaultTheme | property | core/ |
|
EntityBundleListCacheTest::$modules | property | core/ |
|
EntityBundleListCacheTest::setUp | function | core/ |
|
EntityBundleListCacheTest::testBundleListingCache | function | core/ |
Tests that tags are invalidated when an entity with that bundle changes. |
EntityBundleListener | class | core/ |
Reacts to entity bundle CRUD on behalf of the Entity system. |
EntityBundleListener.php | file | core/ |
|
EntityBundleListener::$entityFieldManager | property | core/ |
The entity field manager. |
EntityBundleListener::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
EntityBundleListener::$entityTypeManager | property | core/ |
The entity type manager. |
EntityBundleListener::$moduleHandler | property | core/ |
The module handler. |
EntityBundleListener::onBundleCreate | function | core/ |
|
EntityBundleListener::onBundleDelete | function | core/ |
|
EntityBundleListener::__construct | function | core/ |
Constructs a new EntityBundleListener. |
EntityBundleListenerInterface | interface | core/ |
An interface for reacting to entity bundle creation and deletion. |
EntityBundleListenerInterface.php | file | core/ |
|
EntityBundleListenerInterface::onBundleCreate | function | core/ |
Reacts to a bundle being created. |
EntityBundleListenerInterface::onBundleDelete | function | core/ |
Reacts to a bundle being deleted. |
EntityBundleListenerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityBundleListener |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.