Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statements Stringssort ascending
FieldItemBase abstract class Drupal\Core\Entity\Field drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php An entity field item. 8 8
Query abstract class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Query.php Base class for query builders. 6
Update class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation. 3 3
FieldsOverlapException class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php Exception thrown if an insert query specifies a field twice.
Insert class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Insert.php General class for an abstracted INSERT query. 3 3
PagerSelectExtender class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Query extender for pager queries. 1
Delete class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Delete.php General class for an abstracted DELETE operation. 3 3
Merge class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Merge.php General class for an abstracted MERGE query operation. 3 6
TableSortExtender class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php Query extender class for tablesort queries.
SelectExtender class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php The base extender class for Select queries. 3 4
NoFieldsException class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/NoFieldsException.php Exception thrown if an insert query doesn't specify insert or default fields. 1
Condition class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Condition.php Generic class for a series of conditions in a query. 7
Select class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Select.php Query builder for SELECT statements. 3 4
Truncate class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Truncate.php General class for an abstracted TRUNCATE operation. 3 3
InvalidMergeQueryException class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php Exception thrown for merge queries that do not make semantic sense. 1
TaskException class Drupal\Core\Database\Install drupal/core/lib/Drupal/Core/Database/Install/TaskException.php Exception thrown if the database installer fails. 1
Tasks abstract class Drupal\Core\Database\Install drupal/core/lib/Drupal/Core/Database/Install/Tasks.php Database installer structure. 3 3
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
InvalidBreakpointException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointException.php Base exception for breakpoint exception. 4 5
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
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
FieldUpdateForbiddenException class Drupal\field drupal/core/modules/field/lib/Drupal/field/FieldUpdateForbiddenException.php Exception class thrown by hook_field_update_forbid(). 3
SearchQuery class Drupal\search drupal/core/modules/search/lib/Drupal/search/SearchQuery.php Do a query on the full-text search index for a word or words. 1 1
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.

Pages

Other projects