Field API bulk data deletion

Cleans up after Field API bulk deletion operations. Field API provides functions for deleting data attached to individual entities as well as deleting entire fields or field storages in a single operation. When a single entity is deleted, the Entity storage performs the following operations: Invoking the method \Drupal\Core\Field\FieldItemListInterface::delete() for each field on the entity. A file field type might use this method to delete uploaded files from the filesystem. Removing the data

StorableConfigBase

Provides a base class for configuration objects with storage support. Encapsulates all capabilities needed for configuration handling for a specific configuration object, including storage and data type casting. The default implementation in \Drupal\Core\Config\Config adds support for runtime overrides. Extend from StorableConfigBase directly to manage configuration with a storage backend that does not support overrides. Hierarchy class \Drupal\Core\Config\ConfigBase implements RefinableCacheab

ImageStyleDownloadController

Defines a controller to serve image styles. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\system\FileDownloadControllerclass \Drupal\image\Controller\ImageStyleDownloadController File core/modules/image/src/Controller/ImageStyleDownloadController.php, line 20 Namespace Drupal\image\Controller Members Name Modi

ImageStyleDeleteForm

Creates a form to delete an image style. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\Core\Entity\EntityConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\Core\Entity\EntityDeleteForm uses EntityDeleteFormTraitclas

Upsert

PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert. Hierarchy class \Drupal\Core\Database\Query\Query implements PlaceholderInterfaceclass \Drupal\Core\Database\Query\Upsert implements \Countable uses InsertTraitclass \Drupal\Core\Database\Driver\pgsql\Upsert File core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php, line 10 Namespace Drupal\Core\Database\Driver\pgsql Members Name Modifiers Type Description InsertTrait::$defaultFields protected property A

DateElementBase

Provides a base class for date elements. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Render\Element\RenderElement implements ElementInterfaceclass \Drupal\Core\Render\Element\FormElement implements FormElementInterfaceclass \Drupal\Core\Datetime\Element\DateElementBase File core/lib/Drupal/Core/Datetime

Insert

MySQL implementation of \Drupal\Core\Database\Query\Insert. Hierarchy class \Drupal\Core\Database\Query\Query implements PlaceholderInterfaceclass \Drupal\Core\Database\Query\Insert implements \Countable uses InsertTraitclass \Drupal\Core\Database\Driver\mysql\Insert File core/lib/Drupal/Core/Database/Driver/mysql/Insert.php, line 10 Namespace Drupal\Core\Database\Driver\mysql Members Name Modifiers Type Description Insert::$fromQuery protected property A SelectQuery o

ContentTranslationController::overview

public ContentTranslationController::overview(RouteMatchInterface $route_match, $entity_type_id = NULL) Builds the translations overview page. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The route match. string $entity_type_id: (optional) The entity type ID. Return value array Array of page elements to render. File core/modules/content_translation/src/Controller/ContentTranslationController.php, line 83 Class ContentTranslationController Base class for entity transl

EditorAccessControlHandler

Defines the access control handler for the text editor entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\editor\EditorAccessControlHandler See also \Drupal\editor\Entity\Editor File core/modules/editor/src/EditorAccessControlHandler.php, line 14 Namespace Drupal\editor Members Name Modifiers Ty

PathController::adminOverview

public PathController::adminOverview(Request $request) Displays the path administration overview page. Parameters \Symfony\Component\HttpFoundation\Request $request: The request object. Return value array A render array as expected by drupal_render(). File core/modules/path/src/Controller/PathController.php, line 64 Class PathController Controller routines for path routes. Namespace Drupal\path\Controller Code public function adminOverview(Request $request) { $keys = $request->q