Classes, traits, and interfaces - 9.5.x - 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 1523
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
ConstraintTest | class | Drupal\Tests\Component\Version | core/ |
@coversDefaultClass \Drupal\Component\Version\Constraint @group Version | ||||
ConstraintValidatorFactory | class | Drupal\Core\Validation | core/ |
Defines a constraint validator factory that works with container injection. | 1 | |||
ConstraintViolationBuilder | class | Drupal\Core\TypedData\Validation | core/ |
Defines a constraint violation builder for the Typed Data validator. | ||||
ContactCategory | class | Drupal\contact\Plugin\migrate\source | core/ |
Drupal 6/7 contact category source from database. | ||||
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. | 12 | |||
ContactFormAccessControlHandler | class | Drupal\contact | core/ |
Defines the access control handler for the contact form entity type. | ||||
ContactFormEditForm | class | Drupal\contact | core/ |
Base form for contact form edit forms. | ||||
ContactFormHalJsonAnonTest | class | Drupal\Tests\hal\Functional\contact | core/ |
@group hal @group legacy | ||||
ContactFormHalJsonBasicAuthTest | class | Drupal\Tests\hal\Functional\contact | core/ |
@group hal @group legacy | ||||
ContactFormHalJsonCookieTest | class | Drupal\Tests\hal\Functional\contact | core/ |
@group hal @group legacy | ||||
ContactFormInterface | interface | Drupal\contact | core/ |
Provides an interface defining a contact form entity. | 1 | 4 | ||
ContactFormJsonAnonTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
@group rest | ||||
ContactFormJsonBasicAuthTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
@group rest | ||||
ContactFormJsonCookieTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
@group rest | ||||
ContactFormListBuilder | class | Drupal\contact | core/ |
Defines a class to build a listing of contact form entities. | ||||
ContactFormResourceTestBase | abstract class | Drupal\Tests\contact\Functional\Rest | core/ |
9 | 3 | |||
ContactFormTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "ContactForm" config entity type. | ||||
ContactFormXmlAnonTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
@group rest | ||||
ContactFormXmlBasicAuthTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
@group rest | ||||
ContactFormXmlCookieTest | class | Drupal\Tests\contact\Functional\Rest | core/ |
@group rest | ||||
ContactLanguageTest | class | Drupal\Tests\contact\Functional | core/ |
Tests contact messages with language module. | ||||
ContactLink | class | Drupal\contact\Plugin\views\field | core/ |
Defines a field that links to the user contact page, if access is permitted. | ||||
ContactLinkTest | class | Drupal\Tests\contact\Functional\Views | core/ |
Tests the contact link field. | ||||
ContactMessageAccessControlHandler | class | Drupal\contact | core/ |
Defines the access control handler for the message form entity type. | ||||
ContactMessageResource | class | Drupal\contact\Plugin\rest\resource | core/ |
Customizes the entity REST Resource plugin for Contact's Message entities. | 1 | |||
ContactPageAccess | class | Drupal\contact\Access | core/ |
Access check for contact_personal_page route. | 2 | |||
ContactPersonalTest | class | Drupal\Tests\contact\Functional | core/ |
Tests personal contact form functionality. | ||||
ContactSettings | class | Drupal\contact\Plugin\migrate\source | core/ |
Drupal 6/7 contact settings source from database. | ||||
ContactSettingsTest | class | Drupal\Tests\contact\Kernel\Plugin\migrate\source\d6 | core/ |
Tests D6 contact settings source plugin. | ||||
ContactSitewideTest | class | Drupal\Tests\contact\Functional | core/ |
Tests site-wide contact form functionality. | 1 | |||
ContactStorageTest | class | Drupal\Tests\contact\Functional | core/ |
Tests storing contact messages. | ||||
Container | class | Drupal\Core\Render\Element | core/ |
Provides a render element that wraps child elements in a container. | 1 | |||
Container | class | Drupal\Component\DependencyInjection | core/ |
Provides a container optimized for Drupal's needs. | 2 | 1 | ||
Container | class | Drupal\Core\DependencyInjection | core/ |
Extends the Drupal container to set the service ID on the created object. | 2 | 20 | ||
ContainerAwareEventDispatcher | class | Drupal\Component\EventDispatcher | core/ |
A performance optimized container aware event dispatcher. | 3 | 2 | ||
ContainerAwareEventDispatcherTest | class | Drupal\Tests\Component\EventDispatcher | core/ |
Unit tests for the ContainerAwareEventDispatcher. | ||||
ContainerBuilder | class | Drupal\Core\DependencyInjection | core/ |
Drupal's dependency injection container builder. | 160 | |||
ContainerBuilderTest | class | Drupal\Tests\Core\DependencyInjection | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\ContainerBuilder @group DependencyInjection | ||||
ContainerDerivativeDiscoveryDecorator | class | Drupal\Core\Plugin\Discovery | core/ |
Injects dependencies into derivers if they use ContainerDeriverInterface. | 14 | |||
ContainerDerivativeDiscoveryDecoratorTest | class | Drupal\Tests\Core\Plugin\Discovery | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator @group Plugin | ||||
ContainerDeriverInterface | interface | Drupal\Core\Plugin\Discovery | core/ |
Creates additional plugin definitions. | 40 | 40 | ||
ContainerFactory | class | Drupal\Core\Plugin\Factory | core/ |
Plugin factory which passes a container to a create method. | 1 | 9 | ||
ContainerFactoryPluginInterface | interface | Drupal\Core\Plugin | core/ |
Defines an interface for pulling plugin dependencies from the container. | 136 | 138 | ||
ContainerForm | class | Drupal\forum\Form | core/ |
Base form for container term edit forms. | ||||
ContainerInjectionInterface | interface | Drupal\Core\DependencyInjection | core/ |
Defines a common interface for dependency container injection. | 93 | 93 | ||
ContainerInterface | interface | Drupal\Component\DependencyInjection | core/ |
The interface for Drupal service container classes. | 2 | 1 | ||
ContainerNotInitializedException | class | Drupal\Core\DependencyInjection | core/ |
Exception, thrown when a method is called on a non-initialized container. | 2 |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.