Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
ChangedCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php An AJAX command for marking HTML elements as changed. 2
CloseDialogCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Defines an AJAX command that closes the current active dialog. 1 3
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
CommandInterface interface Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/CommandInterface.php AJAX command interface. 22 24
CssCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/CssCommand.php An AJAX command for calling the jQuery css() method. 2
DataCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/DataCommand.php An AJAX command for implementing jQuery's data() method. 4
HtmlCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/HtmlCommand.php AJAX command for calling the jQuery html() method. 6
InsertCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/InsertCommand.php Generic AJAX command for inserting content. 6 9
InvokeCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/InvokeCommand.php AJAX command for invoking an arbitrary jQuery method. 2
OpenDialogCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Defines an AJAX command to open certain content in a dialog. 1 4
OpenModalDialogCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php Defines an AJAX command to open certain content in a dialog in a modal dialog. 4
PrependCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/PrependCommand.php AJAX command for calling the jQuery insert() method. 4
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
ReplaceCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/ReplaceCommand.php AJAX command for calling the jQuery replace() method. 7
RestripeCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/RestripeCommand.php AJAX command for resetting the striping on a table. 2
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
SetDialogTitleCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php Defines an AJAX command that sets jQuery UI dialog properties. 1
SettingsCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/SettingsCommand.php AJAX command for adjusting Drupal's JavaScript settings. 3
Action class Drupal\Core\Annotation drupal/core/lib/Drupal/Core/Annotation/Action.php Defines an Action annotation object. 24
Translation class Drupal\Core\Annotation drupal/core/lib/Drupal/Core/Annotation/Translation.php Defines a translatable annotation object. 276
ArchiverManager class Drupal\Core\Archiver drupal/core/lib/Drupal/Core/Archiver/ArchiverManager.php Archiver plugin manager. 2
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
CacheBackendInterface interface Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php Defines an interface for cache implementations. 4 33 18
CacheFactory class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/CacheFactory.php 2
DatabaseBackend class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php Defines a default cache implementation. 1
DatabaseBackendFactory class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php 2
ListCacheBinsPass class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Adds cache_bins parameter to the container. 1
MemoryBackend class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php Defines a memory cache implementation. 1 5
MemoryBackendFactory class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php 1 2
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
NullBackend class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/NullBackend.php Defines a stub cache implementation. 1
AliasManagerCacheDecorator class Drupal\Core\CacheDecorator drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php Class used by the PathSubscriber to get the system path and cache path lookups. 1 2
CacheDecoratorInterface interface Drupal\Core\CacheDecorator drupal/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php Defines an interface for cache decorator implementations. 1
ConditionInterface interface Drupal\Core\Condition drupal/core/lib/Drupal/Core/Condition/ConditionInterface.php An interface for condition plugins. 1
ConditionManager class Drupal\Core\Condition drupal/core/lib/Drupal/Core/Condition/ConditionManager.php A plugin manager for condition plugins. 2 2
ConditionPluginBase abstract class Drupal\Core\Condition drupal/core/lib/Drupal/Core/Condition/ConditionPluginBase.php Provides a basis for fulfilling contexts for condition plugins. 3 3
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
Config class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/Config.php Defines the default configuration object. 17
ConfigEvent class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigEvent.php 4
ConfigException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigException.php A base exception thrown in any configuration system operations. 3 7
ConfigFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigFactory.php Defines the configuration object factory. 26 2
ConfigImporter class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigImporter.php Defines a configuration importer. 2 4
ConfigImporterEvent class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigImporterEvent.php 3
ConfigImporterException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigImporterException.php Exception thrown when a config import fails. 2
ConfigInstaller class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigInstaller.php Defines a configuration installer. 1
ConfigNameException class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigNameException.php Exception thrown when a config object name is invalid. 2
ConfigContext class Drupal\Core\Config\Context drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php Defines the base configuration context object. 2 3

Pages

Other projects