ThemeManager::$themeInitialization

The theme initialization. Type: \Drupal\Core\Theme\ThemeInitializationInterface File core/lib/Drupal/Core/Theme/ThemeManager.php, line 43 Class ThemeManager Provides the default implementation of a theme manager. Namespace Drupal\Core\Theme Code protected $themeInitialization;

Statement::__construct

protected Statement::__construct(Connection $dbh) File core/lib/Drupal/Core/Database/Statement.php, line 34 Class Statement Default implementation of StatementInterface. Namespace Drupal\Core\Database Code protected function __construct(Connection $dbh) { $this->dbh = $dbh; $this->setFetchMode(\PDO::FETCH_OBJ); }

PhpStreamWrapperInterface::unlink

public PhpStreamWrapperInterface::unlink($path) Return value bool File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 216 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function unlink($path);

WidgetBase::extractFormValues

public WidgetBase::extractFormValues(FieldItemListInterface $items, array $form, FormStateInterface $form_state) Extracts field values from submitted form values. Parameters \Drupal\Core\Field\FieldItemListInterface $items: The field values. This parameter is altered by reference to receive the incoming form values. array $form: The form structure where field elements are attached to. This might be a full form structure, or a sub-element of a larger form. \Drupal\Core\Form\FormStateInterface $

PlaceholderStrategyInterface::processPlaceholders

public PlaceholderStrategyInterface::processPlaceholders(array $placeholders) Processes placeholders to render them with different strategies. Parameters array $placeholders: The placeholders to process, with the keys being the markup for the placeholders and the values the corresponding render array describing the data to be rendered. Return value array The resulting placeholders, with a subset of the keys of $placeholders (and those being the markup for the placeholders) but with the corres

RefinableCacheableDependencyTrait::addCacheableDependency

public RefinableCacheableDependencyTrait::addCacheableDependency($other_object) Adds a dependency on an object: merges its cacheability metadata. Parameters \Drupal\Core\Cache\CacheableDependencyInterface|object $other_object: The dependency. If the object implements CacheableDependencyInterface, then its cacheability metadata will be used. Otherwise, the passed in object must be assumed to be uncacheable, so max-age 0 is set. Return value $this Overrides RefinableCacheableDependencyInterface

datetime_range_post_update_translatable_separator

datetime_range_post_update_translatable_separator() Clear caches to ensure schema changes are read. File core/modules/datetime_range/datetime_range.post_update.php, line 16 Post-update functions for Datetime Range module. Code function datetime_range_post_update_translatable_separator() { // Empty post-update hook to cause a cache rebuild. }

UserInterface::isBlocked

public UserInterface::isBlocked() Returns TRUE if the user is blocked. Return value bool TRUE if the user is blocked, false otherwise. File core/modules/user/src/UserInterface.php, line 136 Class UserInterface Provides an interface defining a user entity. Namespace Drupal\user Code public function isBlocked();

LOCALE_TRANSLATION_SOURCE_COMPARE_GT

Comparison result of source files timestamps. Timestamp of source 1 is greater than the timestamp of source 2. See also _locale_translation_source_compare() File core/modules/locale/locale.translation.inc, line 33 Common API for interface translation. Code const LOCALE_TRANSLATION_SOURCE_COMPARE_GT = 1;

ConfirmDeleteMultiple

Provides the comment multiple delete confirmation form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\comment\Form\ConfirmDeleteMultiple File core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 15 Namesp