Memory

Static queue implementation. This allows "undelayed" variants of processes relying on the Queue interface. The queue data resides in memory. It should only be used for items that will be queued and dequeued within a given page request. Hierarchy class \Drupal\Core\Queue\Memory implements QueueInterface Related topics Queue operations Queue items to allow later processing. File core/lib/Drupal/Core/Queue/Memory.php, line 14 Namespace Drupal\Core\Queue Members Name Modifiers Type

LocalActionDefault::__construct

public LocalActionDefault::__construct(array $configuration, $plugin_id, $plugin_definition, RouteProviderInterface $route_provider) Constructs a LocalActionDefault object. Parameters array $configuration: A configuration array containing information about the plugin instance. string $plugin_id: The plugin_id for the plugin instance. mixed $plugin_definition: The plugin implementation definition. \Drupal\Core\Routing\RouteProviderInterface $route_provider: The route provider to load routes by

EntityViewBuilder

Base class for entity view builders. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityViewBuilder implements EntityHandlerInterface, EntityViewBuilderInterface Related topics Entity API Describes how to define and manipulate content and configuration entities. File core/lib/Drupal/Core/Entity/EntityViewBuilder.php, line 20 Namespace Drupal\Core\Entity Members Name Modifiers Type Desc

WidgetBase::formMultipleElements

protected WidgetBase::formMultipleElements(FieldItemListInterface $items, array &$form, FormStateInterface $form_state) Special handling to create form elements for multiple values. Handles generic features for multiple fields: number of widgets AHAH-'add more' button table display and drag-n-drop value reordering File core/lib/Drupal/Core/Field/WidgetBase.php, line 142 Class WidgetBase Base class for 'Field widget' plugin implementations. Namespace Drupal\Core\Field Code protec

ViewUIConverter::__construct

public ViewUIConverter::__construct(EntityManagerInterface $entity_manager, SharedTempStoreFactory $temp_store_factory, ConfigFactoryInterface $config_factory = NULL, AdminContext $admin_context = NULL) Constructs a new ViewUIConverter. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. \Drupal\user\SharedTempStoreFactory $temp_store_factory: The factory for the temp store object. Overrides AdminPathConfigEntityConverter::__construct File core/modules/vi

VocabularyListBuilder::buildHeader

public VocabularyListBuilder::buildHeader() Builds the header row for the entity listing. Return value array A render array structure of header strings. Overrides DraggableListBuilder::buildHeader See also \Drupal\Core\Entity\EntityListBuilder::render() File core/modules/taxonomy/src/VocabularyListBuilder.php, line 57 Class VocabularyListBuilder Defines a class to build a listing of taxonomy vocabulary entities. Namespace Drupal\taxonomy Code public function buildHeader() { $header

SetDialogOptionCommand::$optionName

A jQuery UI dialog option name. Type: string File core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php, line 24 Class SetDialogOptionCommand Defines an AJAX command that sets jQuery UI dialog properties. Namespace Drupal\Core\Ajax Code protected $optionName;

FormAjaxResponseBuilder::$routeMatch

The current route match. Type: \Drupal\Core\Routing\RouteMatchInterface File core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php, line 32 Class FormAjaxResponseBuilder Builds an AJAX form response. Namespace Drupal\Core\Form Code protected $routeMatch;

ViewAjaxResponse

Custom JSON response object for an ajax view response. We use a special response object to be able to fire a proper alter hook. Hierarchy class \Symfony\Component\HttpFoundation\JsonResponse extends \Symfony\Component\HttpFoundation\Response class \Drupal\Core\Ajax\AjaxResponse implements AttachmentsInterface uses AttachmentsTraitclass \Drupal\views\Ajax\ViewAjaxResponse File core/modules/views/src/Ajax/ViewAjaxResponse.php, line 13 Namespace Drupal\views\Ajax Members Name Modifie

EntityConstraintViolationList::$violationOffsetsByField

Violation offsets grouped by field. Keys are field names, values are arrays of violation offsets. Type: array[]|null File core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php, line 40 Class EntityConstraintViolationList Implements an entity constraint violation list. Namespace Drupal\Core\Entity Code protected $violationOffsetsByField;