Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDeleteActionDeriver | class | core/ |
Provides an action deriver that finds entity types with delete form. |
| EntityDeleteActionDeriver.php | file | core/ |
|
| EntityDeleteActionDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| EntityDeleteActionDeriver::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
| EntityDeleteForm | class | core/ |
Provides a generic base class for an entity deletion form. |
| EntityDeleteForm.php | file | core/ |
|
| EntityDeleteForm::buildForm | function | core/ |
Form constructor. |
| EntityDeleteForm::getConfigManager | function | core/ |
Gets the configuration manager. |
| EntityDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
| EntityDeleteFormTrait | trait | core/ |
Provides a trait for an entity deletion form. |
| EntityDeleteFormTrait.php | file | core/ |
|
| EntityDeleteFormTrait::getCancelUrl | function | core/ |
|
| EntityDeleteFormTrait::getConfirmText | function | core/ |
|
| EntityDeleteFormTrait::getDeletionMessage | function | core/ |
Gets the message to display to the user after deleting the entity. |
| EntityDeleteFormTrait::getEntity | function | core/ |
Gets the entity of this form. |
| EntityDeleteFormTrait::getQuestion | function | core/ |
|
| EntityDeleteFormTrait::getRedirectUrl | function | core/ |
Returns the URL where the user should be redirected after deletion. |
| EntityDeleteFormTrait::logDeletionMessage | function | core/ |
Logs a message about the deleted entity. |
| EntityDeleteFormTrait::logger | function | core/ |
Gets the logger for a specific channel. |
| EntityDeleteFormTrait::submitForm | function | core/ |
|
| EntityDeleteMultipleAccessCheck | class | core/ |
Checks if the current user has delete access to the items of the tempstore. |
| EntityDeleteMultipleAccessCheck.php | file | core/ |
|
| EntityDeleteMultipleAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityDeleteMultipleAccessCheck::$requestStack | property | core/ |
Request stack service. |
| EntityDeleteMultipleAccessCheck::$tempStore | property | core/ |
The tempstore service. |
| EntityDeleteMultipleAccessCheck::access | function | core/ |
Checks if the user has delete access for at least one item of the store. |
| EntityDeleteMultipleAccessCheck::__construct | function | core/ |
Constructs a new EntityDeleteMultipleAccessCheck. |
| EntityDenormalizerBase | class | core/ |
Converts the Drupal entity object to a JSON:API array structure. |
| EntityDenormalizerBase.php | file | core/ |
|
| EntityDenormalizerBase::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityDenormalizerBase::$fieldManager | property | core/ |
The entity field manager. |
| EntityDenormalizerBase::$pluginManager | property | core/ |
The field plugin manager. |
| EntityDenormalizerBase::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
| EntityDenormalizerBase::denormalize | function | core/ |
|
| EntityDenormalizerBase::normalize | function | core/ |
|
| EntityDenormalizerBase::prepareInput | function | core/ |
Prepares the input data to create the entity. |
| EntityDenormalizerBase::supportsNormalization | function | core/ |
|
| EntityDenormalizerBase::__construct | function | core/ |
Constructs an EntityDenormalizerBase object. |
| EntityDeriver | class | core/ |
Provides data type plugins for each existing entity type and bundle. |
| EntityDeriver | class | core/ |
Provides a resource plugin definition for every entity type. |
| EntityDeriver.php | file | core/ |
|
| EntityDeriver.php | file | core/ |
|
| EntityDeriver::$basePluginId | property | core/ |
The base plugin ID this derivative is for. |
| EntityDeriver::$bundleInfoService | property | core/ |
The bundle info service. |
| EntityDeriver::$derivatives | property | core/ |
List of derivative definitions. |
| EntityDeriver::$derivatives | property | core/ |
List of derivative definitions. |
| EntityDeriver::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityDeriver::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityDeriver::create | function | core/ |
Creates a new class instance. |
| EntityDeriver::create | function | core/ |
Creates a new class instance. |
Pagination
- Previous page
- Page 468
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.