Classes, traits, and interfaces - 11.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 1519
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
AnnotatedClassDiscoveryAutomatedProviders | class | Drupal\migrate\Plugin\Discovery | core/ |
Determines providers based on a class's and its parent's namespaces. | ||||
AnnotatedClassDiscoveryCachedTest | class | Drupal\Tests\Component\Annotation | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery. | ||||
AnnotatedClassDiscoveryTest | class | Drupal\Tests\Component\Annotation | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery. | ||||
AnnotatedClassDiscoveryTest | class | Drupal\Tests\Component\Plugin\Discovery | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery. | ||||
AnnotatedClassDiscoveryTest | class | Drupal\KernelTests\Core\Plugin\Discovery | core/ |
Tests that plugins are correctly discovered using annotated classes. | ||||
AnnotatedDiscoveryAutomatedProvidersTrait | trait | Drupal\migrate\Plugin\Discovery | core/ |
Provides method for annotation discovery with multiple providers. | ||||
AnnotationBase | abstract class | Drupal\Component\Annotation | core/ |
Provides a base class for classed annotations. | 5 | 4 | ||
AnnotationBaseStub | class | Drupal\Tests\Component\Annotation | core/ |
|||||
AnnotationBaseTest | class | Drupal\Tests\Component\Annotation | core/ |
Tests Drupal\Component\Annotation\AnnotationBase. | ||||
AnnotationBridgeDecorator | class | Drupal\Component\Annotation\Plugin\Discovery | core/ |
Ensures that all definitions are run through the annotation process. | 2 | |||
AnnotationBridgeDecoratorTest | class | Drupal\Tests\Component\Annotation\Plugin\Discovery | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator. | ||||
AnnotationEnum | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotationEnumInvalid | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotationEnumLiteral | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | 1 | |||
AnnotationEnumLiteralInvalid | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotationExtendsAnnotationTargetAll | class | Drupal\Tests\Component\Annotation\Doctrine | core/ |
|||||
AnnotationInterface | interface | Drupal\Component\Annotation | core/ |
Defines a common interface for classed annotations. | 3 | 5 | ||
AnnotationTargetAll | class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | 1 | 1 | ||
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/ |
|||||
AnnounceBlock | class | Drupal\announcements_feed\Plugin\Block | core/ |
Provides an 'Announcements Feed' block. | ||||
AnnounceBlockTest | class | Drupal\Tests\announcements_feed\FunctionalJavascript | core/ |
Test the announcement block test visibility. | ||||
AnnounceCommand | class | Drupal\Core\Ajax | core/ |
AJAX command for a JavaScript Drupal.announce() call. | 4 | |||
AnnounceController | class | Drupal\announcements_feed\Controller | core/ |
Controller for community announcements. | ||||
AnnounceFetcher | final class | Drupal\announcements_feed | core/ |
Service to fetch announcements from the external feed. | 1 | 2 | ||
AnnounceFetcherTest | class | Drupal\Tests\announcements_feed\Kernel | core/ |
@coversDefaultClass \Drupal\announcements_feed\AnnounceFetcher[[api-linebreak]] | ||||
AnnounceFetcherUnitTest | class | Drupal\Tests\announcements_feed\Unit | core/ |
Simple test to ensure that asserts pass. | ||||
AnnounceFetcherUserTest | class | Drupal\Tests\announcements_feed\Kernel | core/ |
@coversDefaultClass \Drupal\announcements_feed\AnnounceFetcher[[api-linebreak]] | ||||
Announcement | final class | Drupal\announcements_feed | core/ |
Object containing a single announcement from the feed. | ||||
AnnouncementsCacheTest | final class | Drupal\Tests\announcements_feed\Functional | core/ |
Defines a class for testing pages are still cacheable with dynamic page cache. | ||||
AnnouncementsFeedHooks | class | Drupal\announcements_feed\Hook | core/ |
Hook implementations for announcements_feed. | ||||
AnnounceRenderer | final class | Drupal\announcements_feed | core/ |
Service to render announcements from the external feed. | 2 | 2 | ||
AnnounceRendererTest | class | Drupal\Tests\announcements_feed\Kernel | core/ |
@coversDefaultClass \Drupal\announcements_feed\AnnounceRenderer[[api-linebreak]] | ||||
AnnounceTestBase | abstract class | Drupal\Tests\announcements_feed\Kernel | core/ |
Base class for Announce Kernel tests. | 3 | |||
AnnounceTestController | class | Drupal\announce_feed_test\Controller | core/ |
Defines a controller to return JSON for security advisory tests. | ||||
AnnounceTestHttpClientMiddleware | class | Drupal\announce_feed_test | core/ |
Overrides the requested endpoint when running tests. | 3 | 2 | ||
AnonResourceTestTrait | trait | Drupal\Tests\rest\Functional | core/ |
Defines a trait for testing with no authentication provider. | 109 | |||
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. | 19 |
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.