Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort descending Use statements Strings
Local class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/Local.php Defines the local connection class for copying files as the httpd user. 1
DatabaseBackendFactory class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php 2
MemoryBackendFactory class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php 1 2
ListCacheBinsPass class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Adds cache_bins parameter to the container. 1
MemoryCounterBackend class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Defines a memory cache implementation that counts set and get calls. 1
CacheFactory class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/CacheFactory.php 2
NullBackend class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/NullBackend.php Defines a stub cache implementation. 1
DatabaseBackend class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php Defines a default cache implementation. 1
BackendChain class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/BackendChain.php Defines a chained cache implementation for combining multiple cache backends. 2
Cache class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/Cache.php Helper methods for cache. 7
TwigNodeVisitor class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigNodeVisitor.php Provides a Twig_NodeVisitor to change the generated parse-tree.
Attribute class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/Attribute.php A class that can be used for collecting then rendering HTML attributtes. 21
TwigExtension class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigExtension.php A class for providing Twig extensions (specific Twig_NodeVisitors, filters and functions).
AttributeBoolean class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/AttributeBoolean.php A class that defines a type of boolean HTML attribute.
AttributeArray class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/AttributeArray.php A class that defines a type of Attribute that can be added to as an array.
AttributeString class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/AttributeString.php A class that represents most standard HTML attributes.
TwigEnvironment class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php A class that defines a Twig environment for Drupal.
Batch class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/Batch.php Defines a batch queue handler used by the Batch API.
QueueDatabaseFactory class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php Defines the key/value store factory for the database backend. 2
QueueFactory class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/QueueFactory.php Defines the queue factory. 2
BatchMemory class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/BatchMemory.php Defines a batch queue handler used by the Batch API for non-progressive batches.
Module class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/Module.php Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
Theme class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/Theme.php Defines a class for updating themes using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
UpdaterFileTransferException class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php Defines a child class of Drupal\Core\Updater\UpdaterException that indicates a Drupal\Core\FileTransfer\FileTransferInterface exception.
EntityStorageException class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityStorageException.php Defines an exception thrown when storage operations fail. 5
EntityManager class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityManager.php Manages entity type plugin definitions. 33 2
HtmlEntityFormController class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Wrapping controller for entity forms that serve as the main page body.
EntityAccessCheck class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityAccessCheck.php Provides a generic access checker for entities. 1 2
EntityMalformedException class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityMalformedException.php Defines an exception thrown when a malformed entity is passed. 4
AliasManager class Drupal\Core\Path drupal/core/lib/Drupal/Core/Path/AliasManager.php 1 2
AliasWhitelist class Drupal\Core\Path drupal/core/lib/Drupal/Core/Path/AliasWhitelist.php Extends CacheArray to build the path alias whitelist over time. 1 2
DatabaseStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php Defines the Database storage controller. 1 2
StorageComparer class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageComparer.php Defines a config storage comparer. 6
BootstrapConfigStorageFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Defines a factory for retrieving the config storage used pre-kernel. 1
CachedStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/CachedStorage.php Defines the cached storage controller. 2
StorageException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageException.php An exception thrown in case of storage controller operation errors. 1
ConfigInstaller class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigInstaller.php Defines a configuration installer. 1
ConfigImporterEvent class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigImporterEvent.php 3
FileStorageFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php Provides a factory for creating config file storage objects. 1
ConfigNameException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigNameException.php Exception thrown when a config object name is invalid. 2
ConfigFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigFactory.php Defines the configuration object factory. 26 2
Config class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/Config.php Defines the default configuration object. 17
NullStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/NullStorage.php Defines a stub storage controller. 1
ConfigImporterException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigImporterException.php Exception thrown when a config import fails. 2
FileReadOnlyStorage class Drupal\Component\PhpStorage drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Reads code as regular PHP files, but won't write them. 1
MTimeProtectedFileStorage class Drupal\Component\PhpStorage drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Stores PHP code in files with securely hashed names.
DiffArray class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/DiffArray.php Provides helpers to perform diffs on multi dimensional arrays. 1
NestedArray class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/NestedArray.php Provides helpers to perform operations on nested arrays and array keys of variable depth. 49
Timer class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/Timer.php Provides helpers to use timers throughout a request. 2
Xss class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/Xss.php Provides helper to filter for cross-site scripting. 4

Pages

Other projects