Breakpoint::getMultipliers

public Breakpoint::getMultipliers() Returns the multipliers. Return value array The multipliers. Overrides BreakpointInterface::getMultipliers File core/modules/breakpoint/src/Breakpoint.php, line 39 Class Breakpoint Default object used for breakpoint plugins. Namespace Drupal\breakpoint Code public function getMultipliers() { return $this->pluginDefinition['multipliers']; }

TwigPhpStorageCache

Provides an alternate cache storage for Twig using PhpStorage. This class is designed to work on setups with multiple webheads using a local filesystem for the twig cache. When generating the cache key, a hash value depending on the enabled extensions is included. This prevents stale templates from being reused when twig extensions are enabled or disabled. Hierarchy class \Drupal\Core\Template\TwigPhpStorageCache implements Twig_CacheInterface See also \Drupal\Core\DependencyInjection\Compi

RendererInterface::hasRenderContext

public RendererInterface::hasRenderContext() Checks whether a render context is active. This is useful only in very specific situations to determine whether the system is already capable of collecting bubbleable metadata. Normally it should not be necessary to be concerned about this. Return value bool TRUE if the renderer has a render context active, FALSE otherwise. File core/lib/Drupal/Core/Render/RendererInterface.php, line 347 Class RendererInterface Defines an interface for turning

ViewExecutable::preview

public ViewExecutable::preview($display_id = NULL, $args = array()) Previews the given display, with the given arguments. To be called externally, probably by an AJAX handler of some flavor. Can also be called when views are embedded, as this guarantees normalized output. This function does not do any access checks on the view. It is the responsibility of the caller to check $view->access() or implement other access logic. To render the view normally with access checks, use views_embed_view(

BookManagerInterface::getParentDepthLimit

public BookManagerInterface::getParentDepthLimit(array $book_link) Finds the depth limit for items in the parent select. Parameters array $book_link: A fully loaded menu link that is part of the book hierarchy. Return value int The depth limit for items in the parent select. File core/modules/book/src/BookManagerInterface.php, line 122 Class BookManagerInterface Provides an interface defining a book manager. Namespace Drupal\book Code public function getParentDepthLimit(array $book_l

CommentController::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityStorageInterface Overrides ControllerBase::$entityManager File core/modules/comment/src/Controller/CommentController.php, line 47 Class CommentController Controller for the comment entity. Namespace Drupal\comment\Controller Code protected $entityManager;

KeyValueFactory::$stores

Instantiated stores, keyed by collection name. Type: array File core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php, line 40 Class KeyValueFactory Defines the key/value store factory. Namespace Drupal\Core\KeyValueStore Code protected $stores = array();

ExecutionContext::$validatedObjects

Stores which objects have been validated in which group. Type: array File core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 99 Class ExecutionContext Defines an execution context class. Namespace Drupal\Core\TypedData\Validation Code protected $validatedObjects = array();

Update::$arguments

An array of values to update to. Type: array File core/lib/Drupal/Core/Database/Query/Update.php, line 36 Class Update General class for an abstracted UPDATE operation. Namespace Drupal\Core\Database\Query Code protected $arguments = array();

ActionAddForm::$actionManager

The action manager. Type: \Drupal\Core\Action\ActionManager File core/modules/action/src/ActionAddForm.php, line 21 Class ActionAddForm Provides a form for action add forms. Namespace Drupal\action Code protected $actionManager;