| EntityConfigBase::import |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Import the row. |
| EntityConfigBase::isTranslationDestination |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Get whether this destination is for translations. |
| EntityConfigBase::rollback |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Delete the specified destination object from the target Drupal. |
| EntityConfigBase::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates an entity with the contents of a row. |
| EntityConfigBase::updateEntityProperty |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates a (possible nested) entity property with a value. |
| EntityConfigBase::__construct |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Construct a new entity. |
| EntityConfirmFormBase |
class |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
Provides a generic base class for an entity-based confirmation form. |
| EntityConfirmFormBase.php |
file |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::actions |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::buildForm |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::delete |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
The delete() method is not used in EntityConfirmFormBase. This overrides
the default implementation that redirects to the delete-form confirmation
form. |
| EntityConfirmFormBase::getBaseFormId |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::getCancelText |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::getConfirmText |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::getDescription |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::getFormName |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
|
| EntityConfirmFormBase::save |
function |
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php |
The save() method is not used in EntityConfirmFormBase. This overrides the
default implementation that saves the entity. |
| EntityConstraintViolationList |
class |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Implements an entity constraint violation list. |
| EntityConstraintViolationList.php |
file |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| 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 |
|
| EntityConstraintViolationList::filterByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| EntityConstraintViolationList::findByCodes |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| EntityConstraintViolationList::getByField |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| EntityConstraintViolationList::getByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| EntityConstraintViolationList::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| EntityConstraintViolationList::getEntityViolations |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| EntityConstraintViolationList::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
|
| 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. |