Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityConstraintViolationList::set function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationList::__construct function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationListInterface interface core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Interface for the result of entity validation.
EntityConstraintViolationListInterface.php file core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php
EntityConstraintViolationListInterface::filterByFieldAccess function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Filters this violation list to apply for accessible fields only.
EntityConstraintViolationListInterface::filterByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Filters this violation list by the given fields.
EntityConstraintViolationListInterface::getByField function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets the violations of the given field.
EntityConstraintViolationListInterface::getByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets the violations of the given fields.
EntityConstraintViolationListInterface::getEntity function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php The entity which has been validated.
EntityConstraintViolationListInterface::getEntityViolations function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets violations flagged on entity level, not associated with any field.
EntityConstraintViolationListInterface::getFieldNames function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Returns the names of all violated fields.
EntityConstraintViolationListTest class core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @coversDefaultClass \Drupal\Core\Entity\EntityConstraintViolationList[[api-linebreak]]
@group entity
EntityConstraintViolationListTest.php file core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
EntityConstraintViolationListTest::setupConstraintListWithCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds an entity constraint violation list with composite constraints.
EntityConstraintViolationListTest::setupConstraintListWithoutCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds an entity constraint violation list without composite constraints.
EntityConstraintViolationListTest::setupEntity function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds the entity.
EntityConstraintViolationListTest::testFilterByFieldAccess function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFieldAccess[[api-linebreak]]
EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFieldAccess[[api-linebreak]]
EntityConstraintViolationListTest::testFilterByFields function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFields[[api-linebreak]]
EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFields[[api-linebreak]]
EntityContentBase class core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Provides destination class for all content entities lacking a specific class.
EntityContentBase.php file core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentBase::$deprecatedProperties property core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentBase::$entityFieldManager property core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Entity field manager.
EntityContentBase::$fieldTypeManager property core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Field type plugin manager.
EntityContentBase::create function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Creates an instance of the plugin.
EntityContentBase::getHighestId function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Returns the highest ID tracked by the implementing plugin.
EntityContentBase::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Gets the destination IDs.
EntityContentBase::import function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentBase::isEntityValidationRequired function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Returns a state of whether an entity needs to be validated before saving.
EntityContentBase::isTranslationDestination function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentBase::processStubRow function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Populates as much of the stub row as possible.
EntityContentBase::rollback function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Delete the specified destination object from the target Drupal.
EntityContentBase::save function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Saves the entity.
EntityContentBase::updateEntity function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Updates an entity with the new values from row.
EntityContentBase::validateEntity function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Validates the entity.
EntityContentBase::__construct function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Constructs a content entity.
EntityContentBaseTest class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests base entity migration destination functionality.
EntityContentBaseTest class core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php @group migrate_drupal
EntityContentBaseTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
EntityContentBaseTest.php file core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Contains \Drupal\Tests\migrate\Unit\Plugin\migrate\destination\EntityContentBaseTest
EntityContentBaseTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Modules to enable.
EntityContentBaseTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
EntityContentBaseTest::testImport function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Test basic entity save.
EntityContentBaseTest::testImportEntityLoadFailure function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Test row skipping when we can't get an entity to save.
EntityContentBaseTest::testOverwriteAllMappedProperties function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests overwriting all mapped properties in the destination entity (default
behavior).
EntityContentBaseTest::testOverwriteProperties function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests overwriting selected properties in the destination entity, specified
in the destination configuration.
EntityContentBaseTest::testUntranslatable function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Test that translation destination fails for untranslatable entities.
EntityContentBaseTest::testUntranslatable function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Test that translation destination fails for untranslatable entities.
EntityContentComplete::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php Gets the destination IDs.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.