Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityFormTest::testGetEntityFromRouteMatchEditDelete | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms. |
| EntityFormTest::testMultilingualFormCRUD | function | core/ |
Tests basic multilingual form CRUD functionality. |
| EntityFormTest::testSet | function | core/ |
Tests that __set triggers proper deprecation errors. |
| EntityFormTest::testSetEntityManager | function | core/ |
Tests that setEntityManager triggers proper deprecation errors. |
| 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::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/ |
Every migration that uses this destination must have an optional dependency on the d6_file migration to ensure it runs first. |
| EntityImageStyle.php | file | core/ |
|
| EntityImageStyle::import | function | core/ |
Import the row. |
| 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. |
| EntityInterface::hasLinkTemplate | function | core/ |
Indicates if a link template exists for a given key. |
| EntityInterface::isNew | function | core/ |
Determines whether the entity is new. |
| EntityInterface::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| EntityInterface::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| EntityInterface::postLoad | function | core/ |
Acts on loaded entities. |
| EntityInterface::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| EntityInterface::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| EntityInterface::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
| EntityInterface::save | function | core/ |
Saves an entity permanently. |
| EntityInterface::setOriginalId | function | core/ |
Sets the original ID. |
| EntityInterface::uriRelationships | function | core/ |
Gets a list of URI relationships supported by this entity. |
| EntityKernelTestBase | class | core/ |
Defines an abstract test base for entity kernel tests. |
| EntityKernelTestBase.php | file | core/ |
|
| EntityKernelTestBase::$deprecatedProperties | property | core/ |
The list of deprecated services. |
| EntityKernelTestBase::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityKernelTestBase::$generatedIds | property | core/ |
A list of generated identifiers. |
| EntityKernelTestBase::$modules | property | core/ |
Modules to enable. |
| EntityKernelTestBase::$state | property | core/ |
The state service. |
| EntityKernelTestBase::createUser | function | core/ |
Creates a user. |
Pagination
- Previous page
- Page 393
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.