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 |
|---|---|---|---|
| EntityConstraintViolationList::set | function | core/ |
|
| EntityConstraintViolationList::__construct | function | core/ |
|
| EntityConstraintViolationListInterface | interface | core/ |
Interface for the result of entity validation. |
| EntityConstraintViolationListInterface.php | file | core/ |
|
| EntityConstraintViolationListInterface::filterByFieldAccess | function | core/ |
Filters this violation list to apply for accessible fields only. |
| EntityConstraintViolationListInterface::filterByFields | function | core/ |
Filters this violation list by the given fields. |
| EntityConstraintViolationListInterface::findByCodes | function | core/ |
Filters this violation list by the given error codes. |
| EntityConstraintViolationListInterface::getByField | function | core/ |
Gets the violations of the given field. |
| EntityConstraintViolationListInterface::getByFields | function | core/ |
Gets the violations of the given fields. |
| EntityConstraintViolationListInterface::getEntity | function | core/ |
The entity which has been validated. |
| EntityConstraintViolationListInterface::getEntityViolations | function | core/ |
Gets violations flagged on entity level, not associated with any field. |
| EntityConstraintViolationListInterface::getFieldNames | function | core/ |
Returns the names of all violated fields. |
| EntityConstraintViolationListTest | class | core/ |
Tests Drupal\Core\Entity\EntityConstraintViolationList. |
| EntityConstraintViolationListTest.php | file | core/ |
|
| EntityConstraintViolationListTest::setupConstraintListWithCompositeConstraint | function | core/ |
Builds an entity constraint violation list with composite constraints. |
| EntityConstraintViolationListTest::setupConstraintListWithoutCompositeConstraint | function | core/ |
Builds an entity constraint violation list without composite constraints. |
| EntityConstraintViolationListTest::setupEntity | function | core/ |
Builds the entity. |
| EntityConstraintViolationListTest::testFilterByFieldAccess | function | core/ |
Tests filter by field access. |
| EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint | function | core/ |
Tests filter by field access with composite constraint. |
| EntityConstraintViolationListTest::testFilterByFields | function | core/ |
Tests filter by fields. |
| EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints | function | core/ |
Tests filter by fields with composite constraints. |
| EntityConstraintViolationListTest::testFindByCodes | function | core/ |
Tests find by codes. |
| EntityContentBase | class | core/ |
Provides destination class for all content entities lacking a specific class. |
| EntityContentBase.php | file | core/ |
|
| EntityContentBase::$accountSwitcher | property | core/ |
The account switcher service. |
| EntityContentBase::$entityTypeBundleInfo | property | core/ |
Entity type bundle info. |
| EntityContentBase::$fieldTypeManager | property | core/ |
Field type plugin manager. |
| EntityContentBase::create | function | core/ |
|
| EntityContentBase::fields | function | core/ |
|
| EntityContentBase::getHighestId | function | core/ |
|
| EntityContentBase::getIds | function | core/ |
|
| EntityContentBase::import | function | core/ |
|
| EntityContentBase::isEntityValidationRequired | function | core/ |
|
| EntityContentBase::isTranslationDestination | function | core/ |
|
| EntityContentBase::processStubRow | function | core/ |
|
| EntityContentBase::rollback | function | core/ |
|
| EntityContentBase::save | function | core/ |
Saves the entity. |
| EntityContentBase::updateEntity | function | core/ |
|
| EntityContentBase::validateEntity | function | core/ |
|
| EntityContentBase::__construct | function | core/ |
Constructs a content entity. |
| EntityContentBaseTest | class | core/ |
Tests base entity migration destination functionality. |
| EntityContentBaseTest | class | core/ |
Tests Entity Content Base. |
| EntityContentBaseTest.php | file | core/ |
|
| EntityContentBaseTest.php | file | core/ |
|
| EntityContentBaseTest::$modules | property | core/ |
Modules to install. |
| EntityContentBaseTest::setUp | function | core/ |
|
| EntityContentBaseTest::testImport | function | core/ |
Tests basic entity save. |
| EntityContentBaseTest::testImportEntityLoadFailure | function | core/ |
Tests row skipping when we can't get an entity to save. |
| EntityContentBaseTest::testOverwriteAllMappedProperties | function | core/ |
Tests overwriting all mapped properties in the destination entity. |
| EntityContentBaseTest::testOverwriteProperties | function | core/ |
Tests overwriting selected properties in the destination entity. |
Pagination
- Previous page
- Page 494
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.