Classes, traits, and interfaces - 8.9.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 1511
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
AnnotationTargetAnnotation | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target({ "ANNOTATION" }) | 1 | |||
AnnotationTargetClass | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("CLASS"); | 3 | |||
AnnotationTargetPropertyMethod | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target({ "METHOD", "PROPERTY" }) | 2 | |||
AnnotationWithAttributes | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL") @Attributes({ @Attribute("mixed", type = "mixed"), @Attribute("boolean", type = "boolean"), @Attribute("bool", type = "bool"), @Attribute("float", … | ||||
AnnotationWithConstants | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | 1 | |||
AnnotationWithInvalidTargetDeclaration | class | Drupal\Tests\Component\Annotation\Doctrine | core/ |
Plugin annotation @Target("Foo"); | ||||
AnnotationWithRequiredAttributes | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL") @Attributes({ @Attribute("value", required = true , type = "string"), @Attribute("annot", required = true , type =… | ||||
AnnotationWithRequiredAttributesWithoutContructor | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotationWithTargetEmpty | class | Drupal\Tests\Component\Annotation\Doctrine | core/ |
@Target | ||||
AnnotationWithTargetSyntaxError | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target(@) | ||||
AnnotationWithVarType | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotWithDefaultValue | class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation | core/ |
|||||
AnnounceCommand | class | Drupal\Core\Ajax | core/ |
AJAX command for a JavaScript Drupal.announce() call. | 3 | |||
AnonResourceTestTrait | trait | Drupal\Tests\rest\Functional | core/ |
Trait for ResourceTestBase subclasses testing $auth=NULL, i.e. authless/anon. | 161 | |||
AnonymousPrivateTempStoreTest | class | Drupal\KernelTests\Core\TempStore | core/ |
Tests the PrivateTempStore for anonymous users. | ||||
AnonymousUserResponseSubscriber | class | Drupal\Core\EventSubscriber | core/ |
Response subscriber to handle finished responses for the anonymous user. | 2 | |||
AnonymousUserSession | class | Drupal\Core\Session | core/ |
An account implementation representing an anonymous user. | 17 | |||
AnonymousUserSessionTest | class | Drupal\Tests\Core\Session | core/ |
@coversDefaultClass \Drupal\Core\Session\AnonymousUserSession @group Session | ||||
Any | class | Drupal\Core\TypedData\Plugin\DataType | core/ |
The "any" data type. | ||||
Apcu4Backend | in drupal:8.8.0 and is removed from from drupal:9.0.0. Use \Drupal\Core\Cache\ApcuBackend instead. |
class | Drupal\Core\Cache | core/ |
Stores cache items in the Alternative PHP Cache User Cache (APCu). | |||
ApcuBackend | class | Drupal\Core\Cache | core/ |
Stores cache items in the Alternative PHP Cache User Cache (APCu). | 1 | 1 | ||
ApcuBackendFactory | class | Drupal\Core\Cache | core/ |
2 | ||||
ApcuBackendTest | class | Drupal\KernelTests\Core\Cache | core/ |
Tests the APCu cache backend. | ||||
ApcuFileCacheBackend | class | Drupal\Component\FileCache | core/ |
APCu backend for the file cache. | 1 | |||
AppendCommand | class | Drupal\Core\Ajax | core/ |
An AJAX command for calling the jQuery append() method. | 3 | |||
AppendOp | class | Drupal\Composer\Plugin\Scaffold\Operations | composer/ |
Scaffold operation to add to the beginning and/or end of a scaffold file. | 3 | |||
AppendOpTest | class | Drupal\Tests\Composer\Plugin\Scaffold\Integration | core/ |
@coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\AppendOp | ||||
Apple | class | Drupal\plugin_test\Plugin\plugin_test\fruit | core/ |
Plugin annotation @Plugin( id = "apple", label = "Apple", color = "green" ) | ||||
AppRootFactory | class | Drupal\Core | core/ |
Gets the app root from the kernel. | 2 | |||
ArbitraryRebuildTest | class | Drupal\Tests\system\Functional\Form | core/ |
Tests altering forms to be rebuilt so there are multiple steps. | ||||
Archiver | class | Drupal\Core\Archiver\Annotation | core/ |
Defines an archiver annotation object. | ||||
ArchiverException | class | Drupal\Core\Archiver | core/ |
Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. | ||||
ArchiverInterface | interface | Drupal\Core\Archiver | core/ |
Defines the common interface for all Archiver classes. | 3 | 1 | ||
ArchiverManager | class | Drupal\Core\Archiver | core/ |
Provides an Archiver plugin manager. | 1 | 2 | ||
ArchiveTar | class | Drupal\Core\Archiver | core/ |
Extends Pear's Archive_Tar to use exceptions. | 4 | |||
AreaDisplayLinkTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core views_handler_area_display_link handler. | ||||
AreaEmptyTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the generic entity area handler. | ||||
AreaEntityTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the generic entity area handler. | ||||
AreaEntityUITest | class | Drupal\Tests\views_ui\Functional | core/ |
Tests the entity area UI test. | ||||
AreaHTTPStatusCodeTest | class | Drupal\Tests\views\Functional\Handler | core/ |
Tests the http_status_code area handler. | ||||
AreaMessagesTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the messages area handler. | ||||
AreaOrderTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the view area handler. | ||||
AreaPluginBase | abstract class | Drupal\views\Plugin\views\area | core/ |
Base class for area handler plugins. | 11 | 4 | ||
AreaResultTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the result area handler. | ||||
AreaTest | class | Drupal\Tests\views\Functional\Handler | core/ |
Tests the plugin base of the area handler. | ||||
AreaTextTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core views_handler_area_text handler. | ||||
AreaTitleTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the title area handler. | ||||
AreaTitleWebTest | class | Drupal\Tests\views\Functional\Handler | core/ |
Tests the title area handler with a web test. | ||||
AreaViewTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the view area handler. | ||||
ArgumentDateTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core date argument handlers. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.