AjaxResponseAttachmentsProcessor::$config

A config object for the system performance configuration. Type: \Drupal\Core\Config\Config File core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php, line 36 Class AjaxResponseAttachmentsProcessor Processes attachments of AJAX responses. Namespace Drupal\Core\Ajax Code protected $config;

LocaleLookup::$stringStorage

The locale storage. Type: \Drupal\locale\StringStorageInterface File core/modules/locale/src/LocaleLookup.php, line 36 Class LocaleLookup A cache collector to allow for dynamic building of the locale cache. Namespace Drupal\locale Code protected $stringStorage;

EntityDisplayModeListBuilder::createInstance

public static EntityDisplayModeListBuilder::createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) Instantiates a new instance of this entity handler. This is a factory method that returns a new instance of this object. The factory should pass any needed dependencies into the constructor of this object, but not the container itself. Every call to this method must return a new instance of this object; that is, it may not implement a singleton. Parameters \Symfony\Compon

EntityOperations::__construct

public EntityOperations::__construct(ModerationInformationInterface $moderation_info, EntityTypeManagerInterface $entity_type_manager, FormBuilderInterface $form_builder, RevisionTrackerInterface $tracker) Constructs a new EntityOperations object. Parameters \Drupal\content_moderation\ModerationInformationInterface $moderation_info: Moderation information service. \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: Entity type manager service. \Drupal\Core\Form\FormBuilderInte

Url::$internalPath

Stores the internal path, if already requested by getInternalPath(). Type: string File core/lib/Drupal/Core/Url.php, line 92 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $internalPath;

CronInterface::run

public CronInterface::run() Executes a cron run. Do not call this function from a test. Use $this->cronRun() instead. Return value bool TRUE upon success, FALSE otherwise. File core/lib/Drupal/Core/CronInterface.php, line 20 Class CronInterface An interface for running cron tasks. Namespace Drupal\Core Code public function run();

Cron::__construct

public Cron::__construct(ModuleHandlerInterface $module_handler, LockBackendInterface $lock, QueueFactory $queue_factory, StateInterface $state, AccountSwitcherInterface $account_switcher, LoggerInterface $logger, QueueWorkerManagerInterface $queue_manager) Constructs a cron object. Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler \Drupal\Core\Lock\LockBackendInterface $lock: The lock service. \Drupal\Core\Queue\QueueFactory $queue_factory: The queue

VocabularyInterface::setHierarchy

public VocabularyInterface::setHierarchy($hierarchy) Sets the vocabulary hierarchy. Parameters int $hierarchy: The hierarchy type of vocabulary. Possible values: VocabularyInterface::HIERARCHY_DISABLED: No parents. VocabularyInterface::HIERARCHY_SINGLE: Single parent. VocabularyInterface::HIERARCHY_MULTIPLE: Multiple parents. Return value $this File core/modules/taxonomy/src/VocabularyInterface.php, line 47 Class VocabularyInterface Provides an interface defining a taxonomy vocabula

Number::validateNumber

public static Number::validateNumber(&$element, FormStateInterface $form_state, &$complete_form) Form element validation handler for #type 'number'. Note that #required is validated by _form_validate() already. File core/lib/Drupal/Core/Render/Element/Number.php, line 62 Class Number Provides a form element for numeric input, with special numeric validation. Namespace Drupal\Core\Render\Element Code public static function validateNumber(&$element, FormStateInterface $form_s

ContentTranslationRouteSubscriber::__construct

public ContentTranslationRouteSubscriber::__construct(ContentTranslationManagerInterface $content_translation_manager) Constructs a ContentTranslationRouteSubscriber object. Parameters \Drupal\content_translation\ContentTranslationManagerInterface $content_translation_manager: The content translation manager. File core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php, line 29 Class ContentTranslationRouteSubscriber Subscriber for entity translation routes. N