Classes, traits, and interfaces - main - drupal
Introduction to classes
A lot of the PHP code in Drupal is object oriented (OO), making use of PHP classes, interfaces, and traits. See the Objected-oriented programming conventions for more information.
See also
Objected-oriented programming conventions
File
-
core/
core.api.php, line 1529
| Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
|---|---|---|---|---|---|---|---|---|
| Connection | class | Drupal\Driver\Database\CoreFake | core/ |
A test implementation of \Drupal\Core\Database\Connection. | ||||
| Connection | class | Drupal\Driver\Database\fake | core/ |
A fake Connection class for testing purposes. | 3 | 3 | ||
| Connection | class | Drupal\pgsql\Driver\Database\pgsql | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Connection. | 1 | 1 | ||
| Connection | class | Drupal\mysql\Driver\Database\mysql | core/ |
MySQL implementation of \Drupal\Core\Database\Connection. | 4 | 8 | ||
| Connection | class | Drupal\sqlite\Driver\Database\sqlite | core/ |
SQLite implementation of \Drupal\Core\Database\Connection. | 7 | |||
| ConnectionFailureTest | class | Drupal\Tests\dblog\Kernel | core/ |
Tests logging of connection failures. | ||||
| ConnectionNotDefinedException | class | Drupal\Core\Database | core/ |
Exception thrown if an undefined database connection is requested. | 8 | |||
| ConnectionTest | class | Drupal\Tests\sqlite\Unit | core/ |
Tests Drupal\sqlite\Driver\Database\sqlite\Connection. | ||||
| ConnectionTest | class | Drupal\Tests\mysql\Unit | core/ |
Tests MySQL database connections. | ||||
| ConnectionTest | class | Drupal\Tests\mysql\Kernel\mysql | core/ |
MySQL-specific connection tests. | 1 | 1 | ||
| ConnectionTest | class | Drupal\Tests\Core\Database | core/ |
Tests the Connection class. | ||||
| ConnectionTest | class | Drupal\Tests\mysqli\Kernel\mysqli | core/ |
MySQL-specific connection tests. | ||||
| ConnectionTest | class | Drupal\KernelTests\Core\Database | core/ |
Tests of the core database system. | ||||
| ConnectionUnitTest | class | Drupal\Tests\mysqli\Kernel\mysqli | core/ |
MySQL-specific connection unit tests. | ||||
| ConnectionUnitTest | class | Drupal\Tests\pgsql\Kernel\pgsql | core/ |
PostgreSQL-specific connection unit tests. | ||||
| ConnectionUnitTest | class | Drupal\Tests\mysql\Kernel\mysql | core/ |
MySQL-specific connection unit tests. | 1 | 1 | ||
| ConsoleCompilerPass | class | Drupal\Core\DependencyInjection\Compiler | core/ |
Compiler pass for console commands registered via #[AsCommand] attributes. | 2 | |||
| ConsoleExampleCommand | class | Drupal\console_test\Command | core/ |
An example command. | 1 | |||
| ConsoleExampleConfigureCommand | class | Drupal\console_test\Command | core/ |
An example command using configure() instead of the AsCommand attribute. | 1 | |||
| ConsoleExamplePrivateCommand | class | Drupal\console_test\Command | core/ |
An example private command. | 1 | |||
| ConsoleInputCollector | final class | Drupal\Core\Recipe | core/ |
Collects input values for recipes from the command line. | 2 | |||
| ConsoleSubExampleCommand | class | Drupal\console_test\Command\Sub | core/ |
An example command in a subdirectory. | ||||
| ConsoleSubscriber | class | Drupal\Core\Command\EventSubscriber | core/ |
Set a logger so that log messages appear in console output. | ||||
| ConsoleTest | class | Drupal\KernelTests\Core\Console | core/ |
Tests integration with Symfony Console. | ||||
| Constraint | class | Drupal\Core\Validation\Attribute | core/ |
Defines a Constraint attribute object. | 104 | |||
| Constraint | class | Drupal\Core\Validation\Annotation | core/ |
Defines a validation constraint annotation object. | ||||
| Constraint | class | Drupal\Component\Version | core/ |
A value object representing a Drupal version constraint. | 3 | |||
| ConstraintFactory | class | Drupal\Core\Validation | core/ |
Constraint plugin factory. | 1 | |||
| ConstraintFactoryTest | class | Drupal\KernelTests\Core\Validation | core/ |
Tests Drupal\Core\Validation\ConstraintFactory. | ||||
| ConstraintManager | class | Drupal\Core\Validation | core/ |
Constraint plugin manager. | 9 | 2 | ||
| ConstraintTest | class | Drupal\Tests\Component\Version | core/ |
Tests Drupal\Component\Version\Constraint. | ||||
| ConstraintValidatorFactory | class | Drupal\Core\Validation | core/ |
Defines a constraint validator factory that works with container injection. | 3 | |||
| ConstraintViolationBuilder | class | Drupal\Core\Validation | core/ |
A constraint violation builder for the basic Symfony validator. | ||||
| ContactCategory | class | Drupal\contact\Plugin\migrate\source | core/ |
Drupal 6/7 contact category source from database. | 1 | |||
| ContactCategoryTest | class | Drupal\Tests\contact\Kernel\Plugin\migrate\source | core/ |
Tests D6 contact category source plugin. | ||||
| ContactController | class | Drupal\contact\Controller | core/ |
Controller routines for contact routes. | ||||
| ContactFieldsTest | class | Drupal\Tests\contact\Kernel\Views | core/ |
Tests that no storage is created for the contact_message entity. | ||||
| ContactForm | class | Drupal\contact\Entity | core/ |
Defines the contact form entity. | 10 | |||
| ContactFormAccessControlHandler | class | Drupal\contact | core/ |
Defines the access control handler for the contact form entity type. | 1 | |||
| ContactFormEditForm | class | Drupal\contact | core/ |
Base form for contact form edit forms. | 1 | |||
| ContactFormHooks | class | Drupal\contact\Hook | core/ |
Form hook implementations for Contact module. | 1 | |||
| ContactFormInterface | interface | Drupal\contact | core/ |
Provides an interface defining a contact form entity. | 1 | 5 | ||
| ContactFormJsonAnonTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
Tests Contact Form Json Anon. | ||||
| ContactFormJsonBasicAuthTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
Tests Contact Form Json Basic Auth. | ||||
| ContactFormJsonCookieTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
Tests Contact Form Json Cookie. | ||||
| ContactFormListBuilder | class | Drupal\contact | core/ |
Defines a class to build a listing of contact form entities. | 1 | |||
| ContactFormResourceTestBase | abstract class | Drupal\Tests\contact\Functional\Rest | core/ |
Resource test base for the ContactForm entity. | 6 | |||
| ContactFormTest | class | Drupal\Tests\contact\Functional\Jsonapi | core/ |
JSON:API integration test for the "ContactForm" config entity type. | ||||
| ContactFormValidationTest | class | Drupal\Tests\contact\Kernel | core/ |
Tests validation of contact_form entities. | ||||
| ContactFormXmlAnonTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
Tests Contact Form Xml Anon. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.