PrimitiveInterface::getCastedValue

public PrimitiveInterface::getCastedValue() Gets the primitive data value casted to the correct PHP type. Return value mixed File core/lib/Drupal/Core/TypedData/PrimitiveInterface.php, line 33 Class PrimitiveInterface Interface for primitive data. Namespace Drupal\Core\TypedData Code public function getCastedValue();

AccessCheckInterface

An access check service determines access rules for particular routes. Hierarchy interface \Drupal\Core\Routing\Access\AccessInterfaceinterface \Drupal\Core\Access\AccessCheckInterface File core/lib/Drupal/Core/Access/AccessCheckInterface.php, line 11 Namespace Drupal\Core\Access Members Name Modifiers Type Description AccessCheckInterface::applies public function Declares whether the access check applies to a specific route or not.

Condition::matchArray

protected Condition::matchArray(array $condition, array $data, array $needs_matching, array $parents = array()) Matches for an array representing one or more config paths. Parameters array $condition: The condition array as created by the condition() method. array $data: The config array or part of it. array $needs_matching: The list of config array keys needing a match. Can contain config keys and the * wildcard. array $parents: The current list of parents. Return value bool TRUE when the co

TwigPhpStorageCache::$storage

The PhpStorage object used for storing the templates. Type: \Drupal\Component\PhpStorage\PhpStorageInterface File core/lib/Drupal/Core/Template/TwigPhpStorageCache.php, line 32 Class TwigPhpStorageCache Provides an alternate cache storage for Twig using PhpStorage. Namespace Drupal\Core\Template Code protected $storage;

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

Schema::dropTable

public Schema::dropTable($table) Drop a table. Parameters $table: The table to be dropped. Return value TRUE if the table was successfully dropped, FALSE if there was no table by that name to begin with. Overrides Schema::dropTable File core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php, line 287 Class Schema SQLite implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\sqlite Code public function dropTable($table) { if (!$this->tableExists($ta

ConfigTranslationController::$router

The dynamic router service. Type: \Symfony\Component\Routing\Matcher\RequestMatcherInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 46 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $router;

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

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;

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;