Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityFormTest::loadEntityByName | function | core/ |
Loads a test entity by name always resetting the storage cache. |
| EntityFormTest::providerTestFormIds | function | core/ |
Provides test data for testFormId(). |
| EntityFormTest::setUp | function | core/ |
|
| EntityFormTest::setUp | function | core/ |
|
| EntityFormTest::setUpStorage | function | core/ |
Sets up the storage accessed via the entity type manager in the form. |
| EntityFormTest::testCopyFormValuesToEntity | function | core/ |
@covers ::copyFormValuesToEntity[[api-linebreak]] |
| EntityFormTest::testEntityFormDisplayAlter | function | core/ |
Tests hook_entity_form_display_alter(). |
| EntityFormTest::testEntityFormModeAlter | function | core/ |
Tests hook_entity_form_mode_alter(). |
| EntityFormTest::testFormCRUD | function | core/ |
Tests basic form CRUD functionality. |
| EntityFormTest::testFormId | function | core/ |
Tests the form ID generation. |
| EntityFormTest::testGetEntityFromRouteMatchAdd | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddEntity | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddStatic | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() with a static bundle. |
| EntityFormTest::testGetEntityFromRouteMatchEditDelete | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms. |
| EntityFormTest::testMultilingualFormCRUD | function | core/ |
Tests basic multilingual form CRUD functionality. |
| EntityFormTest::testValidationHandlers | function | core/ |
Checks that validation handlers works as expected. |
| EntityHandlerBase | class | core/ |
Provides a base class for entity handlers. |
| EntityHandlerBase.php | file | core/ |
|
| EntityHandlerBase::$moduleHandler | property | core/ |
The module handler to invoke hooks on. |
| EntityHandlerBase::moduleHandler | function | core/ |
Gets the module handler. |
| EntityHandlerBase::setModuleHandler | function | core/ |
Sets the module handler for this handler. |
| EntityHandlerInterface | interface | core/ |
Defines an interface for entity handlers. |
| EntityHandlerInterface.php | file | core/ |
|
| EntityHandlerInterface::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| EntityHasFieldConstraint | class | core/ |
Checks if a value is an entity that has a specific field. |
| EntityHasFieldConstraint.php | file | core/ |
|
| EntityHasFieldConstraint::$field_name | property | core/ |
The field name option. |
| EntityHasFieldConstraint::$message | property | core/ |
The default violation message. |
| EntityHasFieldConstraint::$notFieldableMessage | property | core/ |
The violation message for non-fieldable entities. |
| EntityHasFieldConstraint::getDefaultOption | function | core/ |
|
| EntityHasFieldConstraint::getRequiredOptions | function | core/ |
|
| EntityHasFieldConstraintValidator | class | core/ |
Validates the EntityHasField constraint. |
| EntityHasFieldConstraintValidator.php | file | core/ |
|
| EntityHasFieldConstraintValidator::validate | function | core/ |
|
| EntityHasFieldConstraintValidatorTest | class | core/ |
@covers \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityHasFieldConstraintValidator[[api-linebreak]] |
| EntityHasFieldConstraintValidatorTest.php | file | core/ |
|
| EntityHasFieldConstraintValidatorTest::$modules | property | core/ |
Modules to enable. |
| EntityHasFieldConstraintValidatorTest::setUp | function | core/ |
|
| EntityHasFieldConstraintValidatorTest::testValidation | function | core/ |
|
| EntityImageStyle | class | core/ |
Entity image style destination. |
| EntityImageStyle.php | file | core/ |
|
| EntityImageStyle::import | function | core/ |
Import the row. |
| EntityInterface | interface | core/ |
Defines a common interface for all entity objects. |
| EntityInterface.php | file | core/ |
|
| EntityInterface::bundle | function | core/ |
Gets the bundle of the entity. |
| EntityInterface::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| EntityInterface::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
| EntityInterface::delete | function | core/ |
Deletes an entity permanently. |
| EntityInterface::enforceIsNew | function | core/ |
Enforces an entity to be new. |
| EntityInterface::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
Pagination
- Previous page
- Page 485
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.