| EntityConstraintViolationList::$entity |
property |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
The entity that has been validated. |
| EntityConstraintViolationList::$entityViolationOffsets |
property |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Violations offsets of entity level violations. |
| EntityConstraintViolationList::$violationOffsetsByField |
property |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Violation offsets grouped by field. |
| EntityConstraintViolationList::add |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| EntityConstraintViolationList::filterByFieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Filters this violation list to apply for accessible fields only. |
| EntityConstraintViolationList::filterByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Filters this violation list by the given fields. |
| EntityConstraintViolationList::findByCodes |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Filters this violation list by the given error codes. |
| EntityConstraintViolationList::getByField |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Gets the violations of the given field. |
| EntityConstraintViolationList::getByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Gets the violations of the given fields. |
| EntityConstraintViolationList::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
The entity which has been validated. |
| EntityConstraintViolationList::getEntityViolations |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Gets violations flagged on entity level, not associated with any field. |
| EntityConstraintViolationList::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Returns the names of all violated fields. |
| EntityConstraintViolationList::groupViolationOffsets |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Groups violation offsets by field and entity level. |
| EntityConstraintViolationList::remove |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| 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::findByCodes |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list by the given error codes. |
| 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 |
Tests Drupal\Core\Entity\EntityConstraintViolationList. |
| 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 |
Tests filter by field access. |
| EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
Tests filter by field access with composite constraint. |
| EntityConstraintViolationListTest::testFilterByFields |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
Tests filter by fields. |
| EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
Tests filter by fields with composite constraints. |
| EntityConstraintViolationListTest::testFindByCodes |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
Tests find by codes. |
| 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::$accountSwitcher |
property |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
The account switcher service. |
| EntityContentBase::$entityTypeBundleInfo |
property |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
Entity type bundle info. |
| 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 |
Instantiates a new instance of the implementing class using autowiring. |
| EntityContentBase::fields |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
Returns an array of destination fields. |
| 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. |