Mail::$label

The human-readable name of the mail plugin. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/lib/Drupal/Core/Annotation/Mail.php, line 36 Class Mail Defines a Mail annotation object. Namespace Drupal\Core\Annotation Code public $label;

CloseDialogCommand

Defines an AJAX command that closes the current active dialog. Hierarchy class \Drupal\Core\Ajax\CloseDialogCommand implements CommandInterface Related topics Ajax API Overview for Drupal's Ajax API. File core/lib/Drupal/Core/Ajax/CloseDialogCommand.php, line 10 Namespace Drupal\Core\Ajax Members Name Modifiers Type Description CloseDialogCommand::$persist protected property Whether to persist the dialog in the DOM or not. CloseDialogCommand::$selector protected

ImageStyleStorage

Storage controller class for "image style" configuration entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, EntityStorageInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityStorage implements ConfigEntityStorageInterface, ImportableEntityStorageInterfaceclass \Drupal\image\ImageStyleStorage implements ImageStyleStorageInterface File core/mo

LOCALE_JS_OBJECT

Regular expression pattern used to match simple JS object literal. This pattern matches a basic JS object, but will fail on an object with nested objects. Used in JS file parsing for string arg processing. File core/modules/locale/locale.module, line 39 Enables the translation of the user interface to languages other than English. Code const LOCALE_JS_OBJECT = '\{.*?\}';

Editor

Defines the configured text editor entity. Plugin annotation @ConfigEntityType( id = "editor", label = @Translation("Text Editor"), handlers = { "access" = "Drupal\editor\EditorAccessControlHandler", }, entity_keys = { "id" = "format" }, config_export = { "format", "editor", "settings", "image_upload", } ) Hierarchy class \Drupal\Core\Entity\Entity implements EntityInterface uses RefinableCacheableDependencyTrait, DependencySerializationTraitclass \Drupa

EntityViewDisplayEditForm

Edit form for the EntityViewDisplay entity type. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\field_ui\Form\EntityDisplayFormBaseclass \Drupal\field_ui\Form\EntityViewDisplayEditForm File core/modules/field_ui/src/Form

REQUIREMENT_INFO

Requirement severity -- Informational message only. File core/includes/install.inc, line 19 API functions for installing modules and themes. Code const REQUIREMENT_INFO = -1;

REGIONS_ALL

Return all regions. See also system_region_list() File core/modules/system/system.module, line 73 Configuration system that lets administrators modify the workings of the site. Code const REGIONS_ALL = 'all';

ModuleHandler::buildImplementationInfo

protected ModuleHandler::buildImplementationInfo($hook) Builds hook implementation information for a given hook name. Parameters string $hook: The name of the hook (e.g. "help" or "menu"). Return value mixed[] An array whose keys are the names of the modules which are implementing this hook and whose values are either a string identifying a file in which the implementation is to be found, or FALSE, if the implementation is in the module file. Throws \RuntimeException Exception thrown when an

BatchStorage::$session

The session. Type: \Symfony\Component\HttpFoundation\Session\SessionInterface File core/lib/Drupal/Core/Batch/BatchStorage.php, line 29 Class BatchStorage Namespace Drupal\Core\Batch Code protected $session;