PathBasedBreadcrumbBuilder::$context

The router request context. Type: \Drupal\Core\Routing\RequestContext File core/modules/system/src/PathBasedBreadcrumbBuilder.php, line 38 Class PathBasedBreadcrumbBuilder Class to define the menu_link breadcrumb builder. Namespace Drupal\system Code protected $context;

BatchNegotiator::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/modules/system/src/Theme/BatchNegotiator.php, line 27 Class BatchNegotiator Sets the active theme for the batch page. Namespace Drupal\system\Theme Code protected $requestStack;

EntityReferenceFieldItemListInterface

Interface for entity reference lists of field items. Hierarchy interface \Drupal\Core\TypedData\ListInterface extends \ArrayAccess; interface \Drupal\Core\Access\AccessibleInterfaceinterface \Drupal\Core\Field\FieldItemListInterfaceinterface \Drupal\Core\Field\EntityReferenceFieldItemListInterface File core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php, line 8 Namespace Drupal\Core\Field Members Name Modifiers Type Description AccessibleInterface::access

update_get_available

update_get_available($refresh = FALSE) Tries to get update information and refreshes it when necessary. In addition to checking the lifetime, this function also ensures that there are no .info.yml files for enabled modules or themes that have a newer modification timestamp than the last time we checked for available update data. If any .info.yml file was modified, it almost certainly means a new version of something was installed. Without fresh available update data, the logic in update_calcula

BanAdmin

Displays banned IP addresses. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\ban\Form\BanAdmin File core/modules/ban/src/Form/BanAdmin.php, line 14 Namespace Drupal\ban\Form Members Name Modifiers Type Description BanAdmin::$ipManager protected property BanAdmin::bu

ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval

public ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval($type, array $names, $dry_run = TRUE) Lists which config entities to update and delete on removal of a dependency. Parameters string $type: The type of dependency being checked. Either 'module', 'theme', 'config' or 'content'. array $names: The specific names to check. If $type equals 'module' or 'theme' then it should be a list of module names or theme names. In the case of 'config' or 'content' it should be a list of configur

theme.maintenance.inc

Theming for maintenance pages. File core/includes/theme.maintenance.inc Functions Name Description template_preprocess_authorize_report Prepares variables for authorize.php operation report templates. _drupal_maintenance_theme Sets up the theming system for maintenance page.

ExecutionContext

Defines an execution context class. We do not use the context provided by Symfony as it is marked internal, so this class is pretty much the same, but has some code style changes as well as exceptions for methods we don't support. Hierarchy class \Drupal\Core\TypedData\Validation\ExecutionContext implements ExecutionContextInterface File core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 21 Namespace Drupal\Core\TypedData\Validation Members Name Modifiers Type

ModulesUninstallForm::__construct

public ModulesUninstallForm::__construct(ModuleHandlerInterface $module_handler, ModuleInstallerInterface $module_installer, KeyValueStoreExpirableInterface $key_value_expirable) Constructs a ModulesUninstallForm object. Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\Extension\ModuleInstallerInterface $module_installer: The module installer. \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface $key_value_expirable: The key value

ShortcutSetListBuilder

Defines a class to build a listing of shortcut set entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\shortcut\ShortcutSetListBuilder See also \Drupal\shortcut\Entity\ShortcutSet File core/modules/shortcut/src/ShortcutSetListBuilder.php, line 13