Loading core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php +5 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,11 @@ class CacheContextsManager { */ protected $contexts; /** * The set of valid context tokens. */ protected $validContextTokens; /** * Constructs a CacheContextsManager object. * Loading core/lib/Drupal/Core/Cache/PhpBackend.php +6 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ namespace Drupal\Core\Cache; use Drupal\Component\Assertion\Inspector; use Drupal\Core\PhpStorage\PhpStorageFactory; use Drupal\Component\Utility\Crypt; use Drupal\Core\PhpStorage\PhpStorageFactory; /** * Defines a PHP cache implementation. Loading @@ -26,6 +26,11 @@ class PhpBackend implements CacheBackendInterface { */ protected $bin; /** * The PHP storage. */ protected $storage; /** * Array to store cache objects. */ Loading core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php +10 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,16 @@ class QueryFactory implements QueryFactoryInterface, EventSubscriberInterface { */ protected $namespaces; /** * The key value factory. */ protected $keyValueFactory; /** * The configuration manager. */ protected $configManager; /** * Constructs a QueryFactory object. * Loading core/lib/Drupal/Core/Database/Query/Truncate.php +0 −14 Original line number Diff line number Diff line Loading @@ -35,20 +35,6 @@ public function __construct(Connection $connection, $table, array $options = []) $this->table = $table; } /** * {@inheritdoc} */ public function compile(Connection $connection, PlaceholderInterface $queryPlaceholder) { return $this->condition->compile($connection, $queryPlaceholder); } /** * {@inheritdoc} */ public function compiled() { return $this->condition->compiled(); } /** * Executes the TRUNCATE query. * Loading core/lib/Drupal/Core/Entity/Controller/EntityController.php +5 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,11 @@ class EntityController implements ContainerInjectionInterface { */ protected $renderer; /** * The url generator. */ protected $urlGenerator; /** * Constructs a new EntityController. * Loading Loading
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php +5 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,11 @@ class CacheContextsManager { */ protected $contexts; /** * The set of valid context tokens. */ protected $validContextTokens; /** * Constructs a CacheContextsManager object. * Loading
core/lib/Drupal/Core/Cache/PhpBackend.php +6 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ namespace Drupal\Core\Cache; use Drupal\Component\Assertion\Inspector; use Drupal\Core\PhpStorage\PhpStorageFactory; use Drupal\Component\Utility\Crypt; use Drupal\Core\PhpStorage\PhpStorageFactory; /** * Defines a PHP cache implementation. Loading @@ -26,6 +26,11 @@ class PhpBackend implements CacheBackendInterface { */ protected $bin; /** * The PHP storage. */ protected $storage; /** * Array to store cache objects. */ Loading
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php +10 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,16 @@ class QueryFactory implements QueryFactoryInterface, EventSubscriberInterface { */ protected $namespaces; /** * The key value factory. */ protected $keyValueFactory; /** * The configuration manager. */ protected $configManager; /** * Constructs a QueryFactory object. * Loading
core/lib/Drupal/Core/Database/Query/Truncate.php +0 −14 Original line number Diff line number Diff line Loading @@ -35,20 +35,6 @@ public function __construct(Connection $connection, $table, array $options = []) $this->table = $table; } /** * {@inheritdoc} */ public function compile(Connection $connection, PlaceholderInterface $queryPlaceholder) { return $this->condition->compile($connection, $queryPlaceholder); } /** * {@inheritdoc} */ public function compiled() { return $this->condition->compiled(); } /** * Executes the TRUNCATE query. * Loading
core/lib/Drupal/Core/Entity/Controller/EntityController.php +5 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,11 @@ class EntityController implements ContainerInjectionInterface { */ protected $renderer; /** * The url generator. */ protected $urlGenerator; /** * Constructs a new EntityController. * Loading