BookBreadcrumbBuilder::$nodeStorage

The node storage. Type: \Drupal\Core\Entity\EntityStorageInterface File core/modules/book/src/BookBreadcrumbBuilder.php, line 25 Class BookBreadcrumbBuilder Provides a breadcrumb builder for nodes in a book. Namespace Drupal\book Code protected $nodeStorage;

FormBuilder::retrieveForm

public FormBuilder::retrieveForm($form_id, FormStateInterface &$form_state) Retrieves the structured array that defines a given form. Parameters string $form_id: The unique string identifying the desired form. If a function with that name exists, it is called to build the form array. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form, including the additional arguments to self::getForm() or self::submitForm() in the 'args' component of the array. Return value

ImportForm::validateForm

public ImportForm::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormBase::validateForm File core/modules/locale/src/Form/ImportForm.php, line 156 Class ImportForm Form constructor for the translation import screen. Namespace Drupal\locale\Form Code public function validat

DiffFormatter::_start_diff

protected DiffFormatter::_start_diff() File core/lib/Drupal/Component/Diff/DiffFormatter.php, line 133 Class DiffFormatter A class to format Diffs Namespace Drupal\Component\Diff Code protected function _start_diff() { ob_start(); }

Schema::COMMENT_MAX_TABLE

Maximum length of a table comment in MySQL. File core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 25 Class Schema MySQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\mysql Code const COMMENT_MAX_TABLE = 60;

TaggedHandlersPass::process

public TaggedHandlersPass::process(ContainerBuilder $container) Finds services tagged with 'service_collector', then finds all corresponding tagged services and adds a method call for each to the consuming/collecting service definition. Supported 'service_collector' tag attributes: tag: The tag name used by handler services to collect. Defaults to the service ID of the consumer. call: The method name to call on the consumer service. Defaults to 'addHandler'. The called method receives two ar

BigPipe::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/modules/big_pipe/src/Render/BigPipe.php, line 61 Class BigPipe The default BigPipe service. Namespace Drupal\big_pipe\Render Code protected $requestStack;

RoleForm

Form controller for the role entity edit forms. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\user\RoleForm File core/modules/user/src/RoleForm.php, line 11 Namespace Drupal\user Members Name Modifiers Type

NullBackend::invalidateAll

public NullBackend::invalidateAll() Marks all cache items as invalid. Invalid items may be returned in later calls to get(), if the $allow_invalid argument is TRUE. Overrides CacheBackendInterface::invalidateAll See also \Drupal\Core\Cache\CacheBackendInterface::deleteAll() \Drupal\Core\Cache\CacheBackendInterface::invalidate() \Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple() File core/lib/Drupal/Core/Cache/NullBackend.php, line 80 Class NullBackend Defines a stub cache impl

LanguageConfigOverride::$eventDispatcher

The event dispatcher. Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface File core/modules/language/src/Config/LanguageConfigOverride.php, line 23 Class LanguageConfigOverride Defines language configuration overrides. Namespace Drupal\language\Config Code protected $eventDispatcher;