Search for entity
- Search 7.x for entity
- Search 8.9.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines an argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityConstraintViolationList::filterByFieldAccess | function | core/ |
Filters this violation list to apply for accessible fields only. |
EntityConstraintViolationList::filterByFields | function | core/ |
Filters this violation list by the given fields. |
EntityConstraintViolationList::getByField | function | core/ |
Gets the violations of the given field. |
EntityConstraintViolationList::getByFields | function | core/ |
Gets the violations of the given fields. |
EntityConstraintViolationList::getEntity | function | core/ |
The entity which has been validated. |
EntityConstraintViolationList::getEntityViolations | function | core/ |
Gets violations flagged on entity level, not associated with any field. |
EntityConstraintViolationList::getFieldNames | function | core/ |
Returns the names of all violated fields. |
EntityConstraintViolationList::groupViolationOffsets | function | core/ |
Groups violation offsets by field and entity level. |
EntityConstraintViolationList::remove | function | core/ |
|
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::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/ |
@coversDefaultClass \Drupal\Core\Entity\EntityConstraintViolationList @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 |
EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint | function | core/ |
@covers ::filterByFieldAccess |
EntityConstraintViolationListTest::testFilterByFields | function | core/ |
@covers ::filterByFields |
EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints | function | core/ |
@covers ::filterByFields |
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/ |
Contains \Drupal\Tests\migrate\Unit\Plugin\migrate\destination\EntityContentBaseTest. |
EntityContentBaseTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.