Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityConditionTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Query\EntityCondition[[api-linebreak]] @group jsonapi |
| EntityConditionTest.php | file | core/ |
|
| EntityConditionTest::queryParameterProvider | function | core/ |
Data provider for testDenormalize. |
| EntityConditionTest::setUp | function | core/ |
|
| EntityConditionTest::testCreateFromQueryParameter | function | core/ |
@covers ::createFromQueryParameter[[api-linebreak]] @dataProvider queryParameterProvider |
| EntityConditionTest::testValidation | function | core/ |
@covers ::validate[[api-linebreak]] @dataProvider validationProvider |
| EntityConditionTest::validationProvider | function | core/ |
Data provider for testValidation. |
| EntityConfigBase | class | core/ |
Base destination class for importing configuration entities. |
| EntityConfigBase.php | file | core/ |
|
| EntityConfigBase::$configFactory | property | core/ |
The configuration factory. |
| EntityConfigBase::$languageManager | property | core/ |
The language manager. |
| EntityConfigBase::create | function | core/ |
Creates an instance of the plugin. |
| EntityConfigBase::generateId | function | core/ |
Generates an entity ID. |
| EntityConfigBase::getIds | function | core/ |
Gets the destination IDs. |
| EntityConfigBase::import | function | core/ |
Import the row. |
| EntityConfigBase::isTranslationDestination | function | core/ |
Get whether this destination is for translations. |
| EntityConfigBase::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
| EntityConfigBase::updateEntity | function | core/ |
Updates an entity with the contents of a row. |
| EntityConfigBase::updateEntityProperty | function | core/ |
Updates a (possible nested) entity property with a value. |
| EntityConfigBase::__construct | function | core/ |
Construct a new entity. |
| EntityConfirmFormBase | class | core/ |
Provides a generic base class for an entity-based confirmation form. |
| EntityConfirmFormBase.php | file | core/ |
|
| EntityConfirmFormBase::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| EntityConfirmFormBase::buildForm | function | core/ |
Form constructor. |
| EntityConfirmFormBase::delete | function | core/ |
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/ |
Returns a string identifying the base form. |
| EntityConfirmFormBase::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
| EntityConfirmFormBase::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| EntityConfirmFormBase::getDescription | function | core/ |
Returns additional text to display as a description. |
| EntityConfirmFormBase::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
| EntityConfirmFormBase::save | function | core/ |
The save() method is not used in EntityConfirmFormBase. This overrides the default implementation that saves the entity. |
| EntityConstraintViolationList | class | core/ |
Implements an entity constraint violation list. |
| EntityConstraintViolationList.php | file | core/ |
|
| EntityConstraintViolationList::$entity | property | core/ |
The entity that has been validated. |
| EntityConstraintViolationList::$entityViolationOffsets | property | core/ |
Violations offsets of entity level violations. |
| EntityConstraintViolationList::$violationOffsetsByField | property | core/ |
Violation offsets grouped by field. |
| EntityConstraintViolationList::add | function | core/ |
|
| 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/ |
Pagination
- Previous page
- Page 449
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.