Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statements Stringssort ascending
CloseModalDialogCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php Defines an AJAX command that closes the currently visible modal dialog. 1
SetDialogOptionCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php Defines an AJAX command that sets jQuery UI dialog properties. 1 2
DataCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/DataCommand.php An AJAX command for implementing jQuery's data() method. 4
ChangedCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php An AJAX command for marking HTML elements as changed. 2
RedirectCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/RedirectCommand.php Defines an AJAX command to set the window.location, loading that URL. 1
RemoveCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php AJAX command for calling the jQuery remove() method. 2
YamlFileLoader class Drupal\Core\DependencyInjection drupal/core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php YamlFileLoader loads YAML files service definitions. 1
ContainerBuilder class Drupal\Core\DependencyInjection drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php Drupal's dependency injection container builder. 12
FTP abstract class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/FTP.php Defines the base class for FTP implementations. 1
FTPExtension class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/FTPExtension.php Defines a file transfer class using the PHP FTP extension.
FileTransferException class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/FileTransferException.php FileTransferException class. 3
SSH class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/SSH.php The SSH connection class for the update module.
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
FileTransfer abstract class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php Defines the base FileTransfer class. 4 1
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
MemoryBackend class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php Defines a memory cache implementation. 1 5
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.
AttributeValueBase abstract class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/AttributeValueBase.php Defines the base class for an attribute type. 3
TwigEnvironment class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php A class that defines a Twig environment for Drupal.
DatabaseQueue class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/DatabaseQueue.php Default queue implementation. 1 1
Memory class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/Memory.php Static queue implementation. 1 1
Batch class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/Batch.php Defines a batch queue handler used by the Batch API.
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.
Updater class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/Updater.php Defines the base class for Updaters used in Drupal. 2 1
UpdaterException class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/UpdaterException.php Defines a Exception class for the Drupal\Core\Updater\Updater class hierarchy. 1 1
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
Entity class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class. 8 7
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.
EntityMalformedException class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityMalformedException.php Defines an exception thrown when a malformed entity is passed. 4
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
ConfigException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigException.php A base exception thrown in any configuration system operations. 3 7
StorageException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/StorageException.php An exception thrown in case of storage controller operation errors. 1
ConfigImporter class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigImporter.php Defines a configuration importer. 2 4
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
ConfigNameException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigNameException.php Exception thrown when a config object name is invalid. 2

Pages

Other projects