Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
@coversDefaultClass \Drupal\Core\Entity\EntityConstraintViolationList[[api-linebreak]] @group entity |
| 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/ |
@covers ::filterByFieldAccess[[api-linebreak]] |
| EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint | function | core/ |
@covers ::filterByFieldAccess[[api-linebreak]] |
| EntityConstraintViolationListTest::testFilterByFields | function | core/ |
@covers ::filterByFields[[api-linebreak]] |
| EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints | function | core/ |
@covers ::filterByFields[[api-linebreak]] |
| EntityConstraintViolationListTest::testFindByCodes | function | core/ |
@covers ::findByCodes[[api-linebreak]] |
| 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::$fieldTypeManager | property | core/ |
Field type plugin manager. |
| EntityContentBase::create | function | core/ |
Creates an instance of the plugin. |
| EntityContentBase::getHighestId | function | core/ |
Returns the highest ID tracked by the implementing plugin. |
| EntityContentBase::getIds | function | core/ |
Gets the destination IDs. |
| EntityContentBase::import | function | core/ |
|
| EntityContentBase::isEntityValidationRequired | function | core/ |
Returns a state of whether an entity needs to be validated before saving. |
| EntityContentBase::isTranslationDestination | function | core/ |
|
| EntityContentBase::processStubRow | function | core/ |
Populates as much of the stub row as possible. |
| EntityContentBase::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
| EntityContentBase::save | function | core/ |
Saves the entity. |
| EntityContentBase::updateEntity | function | core/ |
Updates an entity with the new values from row. |
| EntityContentBase::validateEntity | function | core/ |
Validates the entity. |
| EntityContentBase::__construct | function | core/ |
Constructs a content entity. |
| EntityContentBaseTest | class | core/ |
Tests base entity migration destination functionality. |
| EntityContentBaseTest | class | core/ |
@group migrate_drupal |
| 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. |
| EntityContentBaseTest::testUntranslatable | function | core/ |
Tests that translation destination fails for untranslatable entities. |
| EntityContentBaseTest::testUntranslatable | function | core/ |
Tests that translation destination fails for untranslatable entities. |
| EntityContentComplete | class | core/ |
Provides a destination for migrating the entire entity revision table. |
| EntityContentComplete.php | file | core/ |
|
| EntityContentComplete::getEntity | function | core/ |
Gets the entity. |
| EntityContentComplete::getIds | function | core/ |
Gets the destination IDs. |
| EntityContentComplete::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
| EntityContentComplete::save | function | core/ |
Saves the entity. |
| EntityContentComplete::updateEntity | function | core/ |
Updates an entity with the new values from row. |
| EntityContext | class | core/ |
Class to provide a specific entity context. |
| EntityContext.php | file | core/ |
|
| EntityContext::fromEntity | function | core/ |
Gets a context object from an entity. |
Pagination
- Previous page
- Page 477
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.