Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statements Stringssort ascending
DisableForm class Drupal\filter\Form drupal/core/modules/filter/lib/Drupal/filter/Form/DisableForm.php Provides the filter format disable form. 1
NegotiationUrlForm class Drupal\language\Form drupal/core/modules/language/lib/Drupal/language/Form/NegotiationUrlForm.php Configure the URL language negotiation method for this site. 1
NegotiationSessionForm class Drupal\language\Form drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSessionForm.php Configure the session language negotiation method for this site. 1
NegotiationSelectedForm class Drupal\language\Form drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSelectedForm.php Configure the selected language negotiation method for this site. 1
MenuLinkResetForm class Drupal\menu\Form drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php Defines a confirmation form for resetting a single modified menu link. 1
MenuLinkDeleteForm class Drupal\menu\Form drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php Defines a confirmation form for deletion of a single menu link. 1
MenuDeleteMenuForm class Drupal\menu\Form drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php Defines a confirmation form for deletion of a custom menu. 1
DeleteForm class Drupal\action\Form drupal/core/modules/action/lib/Drupal/action/Form/DeleteForm.php Builds a form to delete an action. 1
IniFileLoader class Symfony\Component\DependencyInjection\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php IniFileLoader loads parameters from INI files. 4 1
ConfigTestDeleteForm class Drupal\config_test\Form drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php Delete confirmation form for config_test entities. 1
ViewsTestDataElementForm class Drupal\views_test_data\Form drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php Simple form page callback to test the view element. 1
FormTestControllerObject class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestControllerObject.php Provides a test form object. 1
SystemConfigFormTestForm class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/SystemConfigFormTestForm.php Tests the SystemConfigFormBase class. 2 1
ConfirmFormTestForm class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormTestForm.php Provides a test confirmation form. 1 1
FormTestObject class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestObject.php Provides a test form object. 2 1
FormTestArgumentsObject class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestArgumentsObject.php Provides a test form object that needs arguments. 1
ConfirmFormArrayPathTestForm class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormArrayPathTestForm.php Provides a test confirmation form with a complex cancellation destination. 1
FormController class Drupal\condition_test drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php Routing controller class for condition_test testing of condition forms. 1
FileTestForm class Drupal\file_test\Form drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/Form/FileTestForm.php File test form class. 1
Drupal class drupal/core/lib/Drupal.php Static Service Container wrapper. 4
DrupalKernel class Drupal\Core drupal/core/lib/Drupal/Core/DrupalKernel.php The DrupalKernel class is the core of Drupal itself. 11
UnitTestCase abstract class Drupal\Tests drupal/core/tests/Drupal/Tests/UnitTestCase.php Provides a base class and helpers for Drupal unit tests. 37 37
ExecutableException class Drupal\Core\Executable drupal/core/lib/Drupal/Core/Executable/ExecutableException.php Generic executable plugin exception class.
ExecutablePluginBase abstract class Drupal\Core\Executable drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Provides the basic architecture for executable plugins. 1 1
ConfirmFormBase abstract class Drupal\Core\Form drupal/core/lib/Drupal/Core/Form/ConfirmFormBase.php Provides an generic base class for a confirmation form. 29 29
HtmlFormController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php Wrapping controller for forms that serve as the main page body. 1 1
ActionBase abstract class Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ActionBase.php Provides a base implementation for an Action plugin. 17 17
ConfigurableActionBase abstract class Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ConfigurableActionBase.php Provides a base implementation for a configurable Action plugin. 7 7
ModuleHandler class Drupal\Core\Extension drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php Class that manages enabled modules in a Drupal installation. 2 7
Schema abstract class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Schema.php 3 3
Statement class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Statement.php Default implementation of StatementInterface.
TransactionCommitFailedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionCommitFailedException.php Exception thrown when a commit() function fails. 2
SchemaObjectExistsException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php Exception thrown if an object being created already exists. 5
StatementEmpty class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/StatementEmpty.php Empty implementation of a database statement. 2
TransactionNoActiveException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionNoActiveException.php Exception for when popTransaction() is called with no active transaction. 3
TransactionException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionException.php Exception thrown by an error in a database transaction. 5
DriverNotSpecifiedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php Exception thrown if no driver is specified for a database connection.
DatabaseExceptionWrapper class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php This wrapper class serves only to provide additional debug information. 4
IntegrityConstraintViolationException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php Exception thrown if a query would violate an integrity constraint. 4
Transaction class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Transaction.php A wrapper class for creating and managing database transactions. 3 3
TransactionOutOfOrderException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php Exception thrown when a rollback() resulted in other active transactions being rolled-back. 2
ConnectionNotDefinedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php Exception thrown if an undefined database connection is requested. 3
DatabaseNotFoundException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php Exception thrown if specified database is not found. 6
TransactionExplicitCommitNotAllowedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php Exception to deny attempts to explicitly manage transactions.
TransactionNameNonUniqueException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php Exception thrown when a savepoint or transaction name occurs twice. 1
SchemaException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaException.php Base exception for Schema-related errors. 2
Log class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Log.php Database query logger.
SchemaObjectDoesNotExistException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php Exception thrown if an object being modified doesn't exist yet. 3
StatementPrefetch class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php An implementation of StatementInterface that prefetches all data. 1 1
DrupalDateTime class Drupal\Core\Datetime drupal/core/lib/Drupal/Core/Datetime/DrupalDateTime.php Extends DateTimePlus(). 25

Pages

Other projects