Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
Date class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Date.php The date data type.
Duration class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Duration.php The duration data type.
Float class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Float.php The float data type.
Integer class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Integer.php The integer data type.
Language class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Language.php Defines the 'language' data type.
String class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/String.php The string data type. 1 1
TypedData abstract class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/TypedData.php The abstract base class for typed data. 13 4
Uri class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Uri.php The URI data type.
TypedDataFactory class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php A factory for typed data objects.
TypedDataInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php Interface for typed data objects. 12 18
TypedDataManager class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php Manages data type plugins.
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.
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
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.
UpdaterInterface interface Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php Defines an interface for a class which can update a Drupal project. 2
CacheArray abstract class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/CacheArray.php Provides a caching wrapper to be used in place of large array structures. 4 3
Color class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/Color.php Performs color conversions. 2
ModuleInfo class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/ModuleInfo.php Extends CacheArray to lazy load .info properties for modules. 1
SchemaCache class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/SchemaCache.php Extends CacheArray to allow for dynamic building of the schema cache. 1
ThemeRegistry class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/ThemeRegistry.php Builds the run-time theme registry. 2
UpdateException class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/UpdateException.php Exception class used to throw error if a module update fails. 1
BulkForm class Drupal\action\Plugin\views\field drupal/core/modules/action/lib/Drupal/action/Plugin/views/field/BulkForm.php Defines a simple bulk operation form element.
BulkFormTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php Tests the views bulk form test.
ConfigurationTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php Actions configuration.
LoopTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/LoopTest.php Tests aborting of actions executing in a potential loop.
DefaultFetcher class Drupal\aggregator\Plugin\aggregator\fetcher drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php Defines a default fetcher implementation.
FetcherInterface interface Drupal\aggregator\Plugin drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherInterface.php Defines an interface for aggregator fetcher implementations. 1 1
FetcherManager class Drupal\aggregator\Plugin drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherManager.php Manages aggregator fetcher plugins. 2
AddFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php Tests aggregator feed adding.
AggregatorConfigurationTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php Tests aggregator configuration settings.
AggregatorCronTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorCronTest.php
AggregatorRenderingTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
AggregatorTestBase abstract class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php Defines a base class for testing aggregator.module. 12
CategorizeFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php
CategorizeFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php
FeedParserTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php Tests for feed parsing.
ImportOpmlTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
RemoveFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php
RemoveFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php
UpdateFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
UpdateFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
BanBundle class Drupal\ban drupal/core/modules/ban/lib/Drupal/ban/BanBundle.php Defines the Ban bundle.
BanIpManager class Drupal\ban drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php Ban IP manager. 1
BanSubscriber class Drupal\ban\EventSubscriber drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php Ban subscriber for controller requests.
IpAddressBlockingTest class Drupal\ban\Tests drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php
Block class Drupal\block\Plugin\views\display drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php The plugin that handles a block.
BlockAdminThemeTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php Tests the block system with admin themes.
BlockCacheTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php Test block caching.

Pages

Other projects