DeleteForm::$aliasStorage

The alias storage service. Type: AliasStorageInterface $path File core/modules/path/src/Form/DeleteForm.php, line 21 Class DeleteForm Builds the form to delete a path alias. Namespace Drupal\path\Form Code protected $aliasStorage;

DefaultExceptionSubscriber::onHtml

protected DefaultExceptionSubscriber::onHtml(GetResponseForExceptionEvent $event) Handles any exception as a generic error page for HTML. Parameters \Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent $event: The event to process. File core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php, line 68 Class DefaultExceptionSubscriber Last-chance handler for exceptions. Namespace Drupal\Core\EventSubscriber Code protected function onHtml(GetResponseForExceptionEv

LocaleSettingsForm::buildForm

public LocaleSettingsForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides ConfigFormBase::buildForm File core/modules/locale/src/Form/LocaleSettingsForm.php, line 30 Class LocaleSettingsForm Configure locale settings for this site. Namespace Drupal\l

NodeStorage

Defines the storage handler class for nodes. This extends the base storage class, adding required special handling for node entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, EntityStorageInterfaceclass \Drupal\Core\Entity\ContentEntityStorageBase implements ContentEntityStorageInterface, DynamicallyFieldableEntityStorageInterfaceclass \Drupal\Core

SelectExtender::__construct

public SelectExtender::__construct(SelectInterface $query, Connection $connection) File core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 36 Class SelectExtender The base extender class for Select queries. Namespace Drupal\Core\Database\Query Code public function __construct(SelectInterface $query, Connection $connection) { $this->uniqueIdentifier = uniqid('', TRUE); $this->query = $query; $this->connection = $connection; }

LibraryDiscovery::getLibrariesByExtension

public LibraryDiscovery::getLibrariesByExtension($extension) Gets all libraries defined by an extension. Parameters string $extension: The name of the extension that registered a library. Return value array An associative array of libraries registered by $extension is returned (which may be empty). Overrides LibraryDiscoveryInterface::getLibrariesByExtension See also self::getLibraryByName() File core/lib/Drupal/Core/Asset/LibraryDiscovery.php, line 42 Class LibraryDiscovery Discovers a

ActionConfigEntityInterface

Provides an interface defining a action entity. Hierarchy interface \Drupal\Core\Entity\EntityInterface; interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterfaceinterface \Drupal\Core\Config\Entity\ConfigEntityInterfaceinterface \Drupal\system\ActionConfigEntityInterface File core/modules/system/src/ActionConfigEntityInterface.php, line 10 Namespace Drupal\system Members Name Modifiers Type Description AccessibleInterface::access public function Checks data val

User::getAllowedConfigurableLanguageCodes

public static User::getAllowedConfigurableLanguageCodes() Defines allowed configurable language codes for AllowedValues constraints. Return value string[] The allowed values. File core/modules/user/src/Entity/User.php, line 566 Class User Defines the user entity class. Namespace Drupal\user\Entity Code public static function getAllowedConfigurableLanguageCodes() { return array_keys(\Drupal::languageManager()->getLanguages(LanguageInterface::STATE_CONFIGURABLE)); }

EntityDisplayModeDeleteForm

Provides the delete form for entity display modes. 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 EntityDeleteFor

ThemeManager::$themeRegistry

The theme registry used to render an output. Type: \Drupal\Core\Theme\Registry File core/lib/Drupal/Core/Theme/ThemeManager.php, line 29 Class ThemeManager Provides the default implementation of a theme manager. Namespace Drupal\Core\Theme Code protected $themeRegistry;