ColorConfigCacheInvalidator::onChange

public ColorConfigCacheInvalidator::onChange(ConfigCrudEvent $event) Invalidate cache tags when a color theme config object changes. Parameters \Drupal\Core\Config\ConfigCrudEvent $event: The Event to process. File core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php, line 38 Class ColorConfigCacheInvalidator A subscriber invalidating cache tags when color config objects are saved. Namespace Drupal\color\EventSubscriber Code public function onChange(ConfigCrudEvent $

SearchQuery::$status

A bitmap of status conditions, described in getStatus(). Type: int See also SearchQuery::getStatus() File core/modules/search/src/SearchQuery.php, line 158 Class SearchQuery Search query extender and helper functions. Namespace Drupal\search Code protected $status = 0;

DiffOpChange::__construct

public DiffOpChange::__construct($orig, $closing) File core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php, line 13 Class DiffOpChange @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code public function __construct($orig, $closing) { $this->orig = $orig; $this->closing = $closing; }

PathValidator::$accessUnawareRouter

A router implementation which does not check access. Type: \Symfony\Component\Routing\Matcher\UrlMatcherInterface File core/lib/Drupal/Core/Path/PathValidator.php, line 35 Class PathValidator Provides a default path validator and access checker. Namespace Drupal\Core\Path Code protected $accessUnawareRouter;

QuickEditFieldForm::simplify

protected QuickEditFieldForm::simplify(array &$form, FormStateInterface $form_state) Simplifies the field edit form for in-place editing. This function: Hides the field label inside the form, because JavaScript displays it outside the form. Adjusts textarea elements to fit their content. Parameters array &$form: A reference to an associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. File core/modules/q

UserLoginForm::$userAuth

The user authentication object. Type: \Drupal\user\UserAuthInterface File core/modules/user/src/Form/UserLoginForm.php, line 37 Class UserLoginForm Provides a user login form. Namespace Drupal\user\Form Code protected $userAuth;

DiffOpChange::reverse

public DiffOpChange::reverse() Overrides DiffOp::reverse File core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php, line 18 Class DiffOpChange @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code public function reverse() { return new DiffOpChange($this->closing, $this->orig); }

CompositeFormElementTrait::preRenderCompositeFormElement

public static CompositeFormElementTrait::preRenderCompositeFormElement($element) Adds form element theming to an element if its title or description is set. This is used as a pre render function for checkboxes and radios. File core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php, line 18 Class CompositeFormElementTrait Provides a trait for radios, checkboxes, and similar composite form elements. Namespace Drupal\Core\Render\Element Code public static function preRenderComp

AliasManager::$noPath

Holds an array of aliases for which no path was found. Type: array File core/lib/Drupal/Core/Path/AliasManager.php, line 62 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $noPath = array();

BookUninstallValidator

Prevents book module from being uninstalled whilst any book nodes exist or there are any book outline stored. Hierarchy class \Drupal\book\BookUninstallValidator implements ModuleUninstallValidatorInterface uses StringTranslationTrait File core/modules/book/src/BookUninstallValidator.php, line 14 Namespace Drupal\book Members Name Modifiers Type Description BookUninstallValidator::$bookOutlineStorage protected property The book outline storage. BookUninstallValidator::