ElementInfoManager::$themeManager

The theme manager. Type: \Drupal\Core\Theme\ThemeManagerInterface File core/lib/Drupal/Core/Render/ElementInfoManager.php, line 38 Class ElementInfoManager Provides a plugin manager for element plugins. Namespace Drupal\Core\Render Code protected $themeManager;

DateTimePlus::$inputTimeAdjusted

The prepared time, without timezone, for this date. File core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 61 Class DateTimePlus Wraps DateTime(). Namespace Drupal\Component\Datetime Code protected $inputTimeAdjusted = '';

LocalStream::stream_metadata

public LocalStream::stream_metadata($uri, $option, $value) Sets metadata on the stream. Parameters string $path: A string containing the URI to the file to set metadata on. int $option: One of: STREAM_META_TOUCH: The method was called in response to touch(). STREAM_META_OWNER_NAME: The method was called in response to chown() with string parameter. STREAM_META_OWNER: The method was called in response to chown(). STREAM_META_GROUP_NAME: The method was called in response to chgrp(). STREAM_

DataDefinitionInterface::getSettings

public DataDefinitionInterface::getSettings() Returns the array of settings, as required by the used class. See the documentation of the class for supported or required settings. Return value array The array of settings. File core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php, line 134 Class DataDefinitionInterface Interface for data definitions. Namespace Drupal\Core\TypedData Code public function getSettings();

QuickEditFieldForm::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/quickedit/src/Form/QuickEditFieldForm.php, line 34 Class QuickEditFieldForm Builds and process a form for editing a single entity field. Namespace Drupal\quickedit\Form Code protected $moduleHandler;

BigPipeStrategy::NOJS_COOKIE

BigPipe no-JS cookie name. File core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php, line 65 Class BigPipeStrategy Defines the BigPipe placeholder strategy, to send HTML in chunks. Namespace Drupal\big_pipe\Render\Placeholder Code const NOJS_COOKIE = 'big_pipe_nojs';

QueryInterface::currentRevision

public QueryInterface::currentRevision() Queries the current revision. Return value $this File core/lib/Drupal/Core/Entity/Query/QueryInterface.php, line 250 Class QueryInterface Interface for entity queries. Namespace Drupal\Core\Entity\Query Code public function currentRevision();

UpdaterInterface::getRootDirectoryRelativePath

public static UpdaterInterface::getRootDirectoryRelativePath() Returns the name of the root directory under which projects will be copied. Return value string A relative path to the root directory. File core/lib/Drupal/Core/Updater/UpdaterInterface.php, line 46 Class UpdaterInterface Defines an interface for a class which can update a Drupal project. Namespace Drupal\Core\Updater Code public static function getRootDirectoryRelativePath();

FormBuilder::processForm

public FormBuilder::processForm($form_id, &$form, FormStateInterface &$form_state) Processes a form submission. This function is the heart of form API. The form gets built, validated and in appropriate cases, submitted and rebuilt. Parameters string $form_id: The unique string identifying the current form. array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. This includes the current per

ConfigEntityMapper::__construct

public ConfigEntityMapper::__construct($plugin_id, $plugin_definition, ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typed_config, LocaleConfigManager $locale_config_manager, ConfigMapperManagerInterface $config_mapper_manager, RouteProviderInterface $route_provider, TranslationInterface $translation_manager, EntityManagerInterface $entity_manager, LanguageManagerInterface $language_manager) Constructs a ConfigEntityMapper. Parameters string $plugin_id: The config mapper