Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort ascending Use statements Strings
FormulaLoaderInterface interface Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php Loads formulae. 3 2
NormalizableInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php Defines the most basic interface a class must implement to be normalizable 3 3
ExceptionInterface interface Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ExceptionInterface.php Marker Interface for the Process Component. 3
UrlGeneratorInterface interface Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php UrlGeneratorInterface is the interface that all URL generator classes must implement. 3 6
WarmableInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php Interface for classes that support warming their cache. 3 1
RepeatablePassInterface interface Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php Interface that must be implemented by passes that are run as part of an RepeatedPass. 3
SessionBagInterface interface Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php Session Bag store. 3 7
SelectionInterface interface Drupal\entity_reference\Plugin\Type\Selection drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php Interface definition for Entity Reference selection plugins. 3 2
Expression interface Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Expression.php Expression for the {@link Selectable} interface. 3 2
MimeTypeGuesserInterface interface Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php Guesses the mime type of a file 3
ModuleHandler class Drupal\Core\Extension drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php Class that manages enabled modules in a Drupal installation. 2 7
SchemaException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaException.php Base exception for Schema-related errors. 2
StorageBase abstract class Drupal\Core\KeyValueStore drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php Provides a base class for key/value storage implementations. 2
Updater class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/Updater.php Defines the base class for Updaters used in Drupal. 2 1
ConfigImporter class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/ConfigImporter.php Defines a configuration importer. 2 4
StaticTranslation class Drupal\Core\StringTranslation\Translator drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php String translator with a static cache for translations. 2
ArrayElement abstract class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php Defines a generic configuration element that contains multiple properties. 2 1
QueryBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php The base entity query class. 2 2
ConditionBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionBase.php Defines a common base class for all entity condition implementations. 2 2
ConditionFundamentals abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php Common code for all implementations of the entity query condition interfaces. 2
PhpStorageTestBase abstract class Drupal\Tests\Component\PhpStorage drupal/core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Base test for PHP storage controllers. 2
PhpMail class Drupal\Core\Mail drupal/core/lib/Drupal/Core/Mail/PhpMail.php The default Drupal mail backend using PHP's mail function. 2 1 1
EntityStorageControllerBase abstract class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php A base entity storage controller class. 2 1
EntityBCDecorator class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php Provides backwards compatible (BC) access to entity fields. 2 3
PHP_TokenWithScope abstract class drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php 2
PHP_TokenWithScopeAndVisibility abstract class drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php 2
PHP_Token_INTERFACE class drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php 2
AnnotatedClassDiscovery class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces. 2 2
ConfigContext class Drupal\Core\Config\Context drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php Defines the base configuration context object. 2 3
FieldException class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldException.php Base class for all exceptions thrown by Field API functions. 2 8
OverviewBase abstract class Drupal\field_ui drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php Abstract base class for Field UI overview forms. 2 2
CKEditorPluginBase abstract class Drupal\ckeditor drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php Defines a base CKEditor plugin implementation. 2 2
TestBase abstract class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php Base class for Drupal tests. 2 1
AccountFormController abstract class Drupal\user drupal/core/modules/user/lib/Drupal/user/AccountFormController.php Form controller for the user account forms. 2
EntityDisplayBase abstract class Drupal\entity drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php Base class for config entity types that store configuration for entity forms and displays. 2 2
StringBase abstract class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/StringBase.php Defines the locale string base class. 2
TipPluginBase abstract class Drupal\tour drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php Defines a base tour implementation. 2 2
ActionFormControllerBase abstract class Drupal\action drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php Provides a base form controller for action forms. 2
AbstractEntityBodyDecorator class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php Abstract decorator used to wrap entity bodies 2
AbstractHasDispatcher class Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php Class that holds an event dispatcher 2 2
OneTestCase class drupal/core/vendor/phpunit/phpunit/Tests/_files/OneTestCase.php 2
AbstractTest abstract class drupal/core/vendor/phpunit/phpunit/Tests/_files/AbstractTest.php 2
PHPUnit_Runner_BaseTestRunner abstract class drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/BaseTestRunner.php Base class for all test runners. 2
PHPUnit_Util_PHP abstract class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/PHP.php Utility methods for PHP sub-processes. 2
PHPUnit_Framework_Assert abstract class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php A set of assert methods. 2
BreakpointTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php Base class for Breakpoint tests. 2 1
StatisticsTestBase abstract class Drupal\statistics\Tests drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTestBase.php Defines a base class for testing the Statistics module. 2
DisplayBase abstract class Drupal\layout\Config drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php Base class for 'display' and 'unbound_display' configuration entities. 2 2
PhpTestBase abstract class Drupal\php\Tests drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php Defines a base PHP test case class. 2
DateFormatFormBase abstract class Drupal\system\Form drupal/core/modules/system/lib/Drupal/system/Form/DateFormatFormBase.php Provides a base form for date formats. 2

Pages

Other projects