Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort ascending Use statements Strings
SessionBagInterface interface Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php Session Bag store. 3 7
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
PartialMatcher abstract class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/PartialMatcher.php Utility base class for partial matchers. 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
PathListenerBase abstract class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/PathListenerBase.php Base class for listeners that are manipulating the path. 2 1
StorageBase abstract class Drupal\Core\KeyValueStore drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php Provides a base class for key/value storage implementations. 2
EntityListController class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityListController.php Provides a generic implementation of an entity list controller. 2 2
SchemaException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaException.php Base exception for Schema-related errors. 2
ConfigEntityListController class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php Defines the default list controller for ConfigEntity objects. 2 2
FieldException class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldException.php Base class for all exceptions thrown by Field API functions. 2 6
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
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
StringBase abstract class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/StringBase.php Defines the locale string base class. 2
Twig_Function abstract class drupal/core/vendor/twig/twig/lib/Twig/Function.php Represents a template function. 2
AbstractHasDispatcher class Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php Class that holds an event dispatcher 2 2
BreakpointTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php Base class for Breakpoint tests. 2 1
OpenIDTestBase abstract class Drupal\openid\Tests drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php Base class for OpenID tests. 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
PluginSettingsBase abstract class Drupal\field\Plugin drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php Base class for the Field API plugins. 2 2
FieldAttachTestBase abstract class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachTestBase.php 2
FieldUiTestBase abstract class Drupal\field_ui\Tests drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php Provides common functionality for the Field UI test classes. 2
ResourceBase abstract class Drupal\rest\Plugin drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php Common base class for resource plugins. 2 2
ShortcutTestBase abstract class Drupal\shortcut\Tests drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php Defines base class for shortcut test cases. 2
BaseCssFilter abstract class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php An abstract filter for dealing with CSS. 2
AbstractMessage abstract class Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php Abstract HTTP request/response message 2
AbstractMessageParser abstract class Guzzle\Parser\Message drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php Implements shared message parsing functionality 2
UniversalClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php UniversalClassLoader implements a "universal" autoloader for PHP 5.3. 2 3
EventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php The EventDispatcherInterface is the central point of Symfony's event listener system. 2 14
ParameterBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php ParameterBag is a container for key/value pairs. 2 2
Request class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php Request represents an HTTP request. 2 100
ConfigStorageTestBase abstract class Drupal\config\Tests\Storage drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php Base class for testing storage controller operations. 2
AccessTestBase abstract class Drupal\views\Tests\User drupal/core/modules/views/lib/Drupal/views/Tests/User/AccessTestBase.php A common test base class for the user access plugin tests. 2
CommentTestBase abstract class Drupal\views\Tests\Comment drupal/core/modules/views/lib/Drupal/views/Tests/Comment/CommentTestBase.php Tests the argument_comment_user_uid handler. 2
FieldTestBase abstract class Drupal\views\Tests\Field drupal/core/modules/views/lib/Drupal/views/Tests/Field/FieldTestBase.php Provides some helper methods for testing fieldapi integration into views. 2
StyleTestBase abstract class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTestBase.php Tests some general style plugin related functionality. 2
TaxonomyTestBase abstract class Drupal\views\Tests\Taxonomy drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/TaxonomyTestBase.php Base class for all taxonomy tests. 2
MenuTestBase abstract class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTestBase.php 2
CacheTestBase abstract class Drupal\system\Tests\Cache drupal/core/modules/system/lib/Drupal/system/Tests/Cache/CacheTestBase.php Provides helper methods for cache tests. 2
PhpStorageTestBase abstract class Drupal\system\Tests\PhpStorage drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/PhpStorageTestBase.php Base test for PHP storage controllers. 2
LegacyDiscoveryDecorator abstract class Drupal\field\Plugin\Type drupal/core/modules/field/lib/Drupal/field/Plugin/Type/LegacyDiscoveryDecorator.php Custom decorator to add legacy plugins. 2 2
BaseCompilerFilter abstract class Assetic\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php Base filter for the Google Closure Compiler implementations. 2
FileCache abstract class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php Base file cache driver. 2
InvalidArgumentException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/InvalidArgumentException.php InvalidArgumentException 2
RuntimeException class Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/RuntimeException.php RuntimeException for the Process Component. 2
PdoProfilerStorage abstract class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php Base PDO storage for profiling information in a PDO database. 2
BaseMemcacheProfilerStorage abstract class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php Base Memcache storage for profiling information in a Memcache. 2
GetResponseEvent class Symfony\Component\HttpKernel\Event drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php Allows to create a response for a request 2 15

Pages

Other projects