ImageEffectBase::$weight

The weight of the image effect. Type: int|string File core/modules/image/src/ImageEffectBase.php, line 34 Class ImageEffectBase Provides a base class for image effects. Namespace Drupal\image Code protected $weight = '';

CustomPageExceptionHtmlSubscriber::getPriority

protected static CustomPageExceptionHtmlSubscriber::getPriority() Specifies the priority of all listeners in this class. The default priority is 1, which is very low. To have listeners that have a "first attempt" at handling exceptions return a higher priority. Return value int The event priority of this subscriber. Overrides DefaultExceptionHtmlSubscriber::getPriority File core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php, line 61 Class CustomPageExceptionHtmlSubs

Cookie

Cookie based authentication provider. Hierarchy class \Drupal\user\Authentication\Provider\Cookie implements AuthenticationProviderInterface File core/modules/user/src/Authentication/Provider/Cookie.php, line 16 Namespace Drupal\user\Authentication\Provider Members Name Modifiers Type Description Cookie::$connection protected property The database connection. Cookie::$sessionConfiguration protected property The session configuration. Cookie::applies public

ConfigEntityType::$lookup_keys

Keys that are stored key value store for fast lookup. Type: array File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 31 Class ConfigEntityType Provides an implementation of a configuration entity type and its metadata. Namespace Drupal\Core\Config\Entity Code protected $lookup_keys = [];

ContentLanguageSettings::setTargetBundle

public ContentLanguageSettings::setTargetBundle($target_bundle) Sets the bundle this config applies to. Parameters string $target_bundle: The bundle. Return value $this Overrides ContentLanguageSettingsInterface::setTargetBundle File core/modules/language/src/Entity/ContentLanguageSettings.php, line 112 Class ContentLanguageSettings Defines the ContentLanguageSettings entity. Namespace Drupal\language\Entity Code public function setTargetBundle($target_bundle) { $this->target_bu

ContentTranslationManageAccessCheck::$entityManager

The entity type manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php, line 24 Class ContentTranslationManageAccessCheck Access check for entity translation CRUD operation. Namespace Drupal\content_translation\Access Code protected $entityManager;

ItemInterface::setGuid

public ItemInterface::setGuid($guid) Sets the unique identifier for the feed item. Parameters string $guid: The unique identifier for the feed item. Return value \Drupal\aggregator\ItemInterface The called feed item entity. File core/modules/aggregator/src/ItemInterface.php, line 143 Class ItemInterface Provides an interface defining an aggregator item entity. Namespace Drupal\aggregator Code public function setGuid($guid);

SharedTempStore::setIfOwner

public SharedTempStore::setIfOwner($key, $value) Stores a particular key/value pair in this SharedTempStore. Only stores the given key/value pair if it does not exist yet or is owned by $this->owner. Parameters string $key: The key of the data to store. mixed $value: The data to store. Return value bool TRUE if the data was set, or FALSE if it already exists and is not owned by $this->user. File core/modules/user/src/SharedTempStore.php, line 168 Class SharedTempStore Stores and re

StackedSessionHandlerPass::process

public StackedSessionHandlerPass::process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container: Overrides CompilerPassInterface::process File core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php, line 17 Class StackedSessionHandlerPass Provides a compiler pass for stacked session save handlers. Namespace Drupal\Core\DependencyInjection\Compiler Code public function process(Cont

Html::getId

public static Html::getId($id) Prepares a string for use as a valid HTML ID. Only use this function when you want to intentionally skip the uniqueness guarantee of self::getUniqueId(). Parameters string $id: The ID to clean. Return value string The cleaned ID. See also self::getUniqueId() File core/lib/Drupal/Component/Utility/Html.php, line 215 Class Html Provides DOMDocument helpers for parsing and serializing HTML strings. Namespace Drupal\Component\Utility Code public static fun