ActiveTheme::$librariesOverride

The libraries or library assets overridden by the theme. Type: array File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 83 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $librariesOverride;

EditorSelector::$formatterManager

The manager for formatter plugins. Type: \Drupal\Core\Field\FormatterPluginManager. File core/modules/quickedit/src/EditorSelector.php, line 27 Class EditorSelector Selects an in-place editor (an InPlaceEditor plugin) for a field. Namespace Drupal\quickedit Code protected $formatterManager;

ContentEntityBase::hasTranslation

public ContentEntityBase::hasTranslation($langcode) Returns TRUE there is a translation for the given language code. Parameters string $langcode: The language code identifying the translation. Return value bool TRUE if the translation exists, FALSE otherwise. Overrides TranslatableInterface::hasTranslation File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 801 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core

StaticMenuLinkOverrides::getConfig

protected StaticMenuLinkOverrides::getConfig() Gets the configuration object when needed. Since this service is injected into all static menu link objects, but only used when updating one, avoid actually loading the config when it's not needed. File core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php, line 54 Class StaticMenuLinkOverrides Defines an implementation of the menu link override using a config file. Namespace Drupal\Core\Menu Code protected function getConfig() { if (emp

DenyNoCacheRoutes::check

public DenyNoCacheRoutes::check(Response $response, Request $request) Determines whether it is save to store a page in the cache. Parameters \Symfony\Component\HttpFoundation\Response $response: The response which is about to be sent to the client. \Symfony\Component\HttpFoundation\Request $request: The request object. Return value string|null Either static::DENY or NULL. Calling code may attempt to store a page in the cache unless static::DENY is returned. Returns NULL if the policy policy i

ConfigTranslationController::$accessManager

The menu link access service. Type: \Drupal\Core\Access\AccessManagerInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 39 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $accessManager;

Registry::$lock

The lock backend that should be used. Type: \Drupal\Core\Lock\LockBackendInterface File core/lib/Drupal/Core/Theme/Registry.php, line 39 Class Registry Defines the theme registry service. Namespace Drupal\Core\Theme Code protected $lock;

WidgetBase::$settings

The widget settings. Type: array Overrides PluginSettingsBase::$settings File core/lib/Drupal/Core/Field/WidgetBase.php, line 34 Class WidgetBase Base class for 'Field widget' plugin implementations. Namespace Drupal\Core\Field Code protected $settings;

DateFormat::isLocked

public DateFormat::isLocked() Determines if this date format is locked. Return value bool TRUE if the date format is locked, FALSE otherwise. Overrides DateFormatInterface::isLocked File core/lib/Drupal/Core/Datetime/Entity/DateFormat.php, line 80 Class DateFormat Defines the Date Format configuration entity class. Namespace Drupal\Core\Datetime\Entity Code public function isLocked() { return (bool) $this->locked; }

EntityFormInterface::setStringTranslation

public EntityFormInterface::setStringTranslation(TranslationInterface $string_translation) Sets the string translation service for this form. Parameters \Drupal\Core\StringTranslation\TranslationInterface $string_translation: The translation manager. Return value $this File core/lib/Drupal/Core/Entity/EntityFormInterface.php, line 116 Class EntityFormInterface Defines an interface for entity form classes. Namespace Drupal\Core\Entity Code public function setStringTranslation(Translat