Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort descending Use statements Strings
TaskException class Drupal\Core\Database\Install drupal/core/lib/Drupal/Core/Database/Install/TaskException.php Exception thrown if the database installer fails. 1
SimpletestHttpRequestSubscriber class Drupal\Core\Http\Plugin drupal/core/lib/Drupal/Core/Http/Plugin/SimpletestHttpRequestSubscriber.php Subscribe to HTTP requests and override the User-Agent header if the request is being dispatched from inside a simpletest.
RegisterNestedMatchersPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterNestedMatchersPass.php Adds services tagged 'nested_matcher' to the tagged_matcher service. 1
RegisterKernelListenersPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterKernelListenersPass.php 1
RegisterMatchersPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterMatchersPass.php Adds services tagged 'chained_matcher' to the 'matcher' service. 1
RegisterAccessChecksPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php Adds services tagged 'access_check' to the access_manager service. 1
RegisterSerializationClassesPass class Drupal\Core\DependencyInjection\Compiler drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php Adds services tagged 'normalizer' and 'encoder' to the Serializer. 1
InvalidBreakpointNameException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointNameException.php Exception thrown if an invalid name is detected. 3
InvalidBreakpointMediaQueryException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointMediaQueryException.php Exception thrown if an illegal media query is detected. 2
InvalidBreakpointSourceException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointSourceException.php Exception thrown if an invalid source is detected. 4
InvalidBreakpointSourceTypeException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointSourceTypeException.php Exception thrown if an invalid source_type is detected. 4
Analyzer class Drupal\views drupal/core/modules/views/lib/Drupal/views/Analyzer.php This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself… 3
ViewStorageController class Drupal\views drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php Defines the storage controller class for View entities. 1
ViewExecutable class Drupal\views drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output. 80
ViewsBundle class Drupal\views drupal/core/modules/views/lib/Drupal/views/ViewsBundle.php Views dependency injection container. 1
ManyToOneHelper class Drupal\views drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php This many to one helper object is used on both arguments and filters. 3
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
LayoutBundle class Drupal\Layout drupal/core/modules/layout/lib/Drupal/layout/LayoutBundle.php Layout dependency injection container.
CronController class Drupal\system drupal/core/modules/system/lib/Drupal/system/CronController.php Controller for Cron handling.
SystemBundle class Drupal\system drupal/core/modules/system/lib/Drupal/system/SystemBundle.php System dependency injection container.
FieldInstance class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldInstance.php Class for field instance objects. 6
FieldValidationException class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldValidationException.php Exception thrown by field_attach_validate() on field validation errors. 5
FieldBundle class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldBundle.php Field dependency injection container.
FieldInfo class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldInfo.php Provides field and instance definitions for the current runtime environment. 1
FieldUpdateForbiddenException class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldUpdateForbiddenException.php Exception class thrown by hook_field_update_forbid(). 3
ViewsSearchQuery class Drupal\search drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php Extends the core SearchQuery to be able to gets it's protected values.
NodeFormController class Drupal\node drupal/core/modules/node/lib/Drupal/node/NodeFormController.php Form controller for the node edit forms.
NodeRenderController class Drupal\node drupal/core/modules/node/lib/Drupal/node/NodeRenderController.php Render controller for nodes.
NodeTranslationController class Drupal\node drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php Defines the translation controller class for nodes.
NodeStorageController class Drupal\node drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php Controller class for nodes.
CategoryFormController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php Base form controller for category edit forms.
CategoryListController class Drupal\contact drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php Provides a listing of contact categories.
FieldOverview class Drupal\field_ui drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php Field UI field overview form. 1
DisplayOverview class Drupal\field_ui drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php Field UI display overview form. 1
RestBundle class Drupal\rest drupal/core/modules/rest/lib/Drupal/rest/RestBundle.php Rest dependency injection container.
RequestHandler class Drupal\rest drupal/core/modules/rest/lib/Drupal/rest/RequestHandler.php Acts as intermediate request forwarder for resource plugins.
ResourceResponse class Drupal\rest drupal/core/modules/rest/lib/Drupal/rest/ResourceResponse.php Contains data for serialization before sending the response. 2
TestBundle class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBundle.php
PictureMappingFormController class Drupal\picture drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php Form controller for the picture edit/add forms.
PictureMappingListController class Drupal\picture drupal/core/modules/picture/lib/Drupal/picture/PictureMappingListController.php Provides a listing of Pictures.
RegisterFormController class Drupal\user drupal/core/modules/user/lib/Drupal/user/RegisterFormController.php Form controller for the user register forms.
UserRouteController class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserRouteController.php Returns responses for User module routes.
UserBundle class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserBundle.php User dependency injection container.
TempStoreFactory class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php Creates a key/value storage object for the current user or anonymous session. 1
TempStoreException class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStoreException.php Defines the exception thrown if the TempStore cannot acquire a lock.
TempStore class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStore.php Stores and retrieves temporary data for a given owner.
ProfileFormController class Drupal\user drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php Form controller for the profile forms.
UserRenderController class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserRenderController.php Render controller for users.
UserStorageController class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserStorageController.php Controller class for users.

Pages

Other projects