Classes, traits, and interfaces - 10.3.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 1518
| Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
|---|---|---|---|---|---|---|---|---|
| InstallerRedirectTraitMockableClass | class | Drupal\KernelTests\Core\Installer | core/ |
A class using the InstallerRedirectTrait for mocking purposes. | ||||
| InstallerRedirectTraitTest | class | Drupal\KernelTests\Core\Installer | core/ |
@coversDefaultClass \Drupal\Core\Installer\InstallerRedirectTrait[[api-linebreak]] | ||||
| InstallerRouteBuilder | class | Drupal\Core\Installer | core/ |
Manages the router in the installer. | ||||
| InstallerRouteProviderLazyBuilder | class | Drupal\Core\Installer | core/ |
A Route Provider front-end for use during the installer. | ||||
| InstallerRouterTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests router rebuilding during installation. | ||||
| InstallerServiceProvider | class | Drupal\Core\Installer | core/ |
Service provider for the early installer environment. | ||||
| InstallerSiteConfigProfileTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that the installer uses the profile's site configuration. | ||||
| InstallerSkipPermissionHardeningTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that the installer skipped permission hardening. | ||||
| InstallerTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the interactive installer. | ||||
| InstallerTestBase | abstract class | Drupal\FunctionalTests\Installer | core/ |
Base class for testing the interactive installer. | 41 | 5 | ||
| InstallerThemeEngineExtensionList | class | Drupal\Core\Installer | core/ |
Overrides the theme engine extension list to have a static cache. | ||||
| InstallerThemeExtensionList | class | Drupal\Core\Installer | core/ |
Overrides the theme extension list to have a static cache. | ||||
| InstallerThemesBlocksProfileTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that the installer does not generate theme blocks. | ||||
| InstallerTranslationExistingFileTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests translation files for multiple languages get imported during install. | ||||
| InstallerTranslationMultipleLanguageForeignTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests translation files for multiple languages get imported during install. | 1 | |||
| InstallerTranslationMultipleLanguageKeepEnglishTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests that keeping English in a foreign language install works. | ||||
| InstallerTranslationMultipleLanguageNonInteractiveTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests translation files for multiple languages get imported during install. | 1 | |||
| InstallerTranslationMultipleLanguageTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests translation files for multiple languages get imported during install. | 1 | |||
| InstallerTranslationNonStandardFilenamesTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests non-standard named translation files get imported during install. | ||||
| InstallerTranslationQueryTest | class | Drupal\FunctionalTests\Installer | core/ |
Installs Drupal in German and checks resulting site. | ||||
| InstallerTranslationTest | class | Drupal\FunctionalTests\Installer | core/ |
Installs Drupal in German and checks resulting site. | ||||
| InstallHelper | class | Drupal\demo_umami_content | core/ |
Defines a helper class for importing default content. | 1 | |||
| InstallProfileDependenciesTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests that an install profile can require modules. | ||||
| InstallProfileUninstallTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests that an install profile can be uninstalled. | ||||
| InstallProfileUninstallValidator | class | Drupal\Core\Extension | core/ |
Ensures install profile can only be uninstalled if the modules are available. | 2 | |||
| InstallProfileUninstallValidator | class | Drupal\Core\ProxyClass\Extension | core/ |
Provides a proxy class for \Drupal\Core\Extension\InstallProfileUninstallValidator. | ||||
| InstallStorage | class | Drupal\Core\Config | core/ |
Storage used by the Drupal installer. | 2 | 18 | ||
| InstallTasksTest | class | Drupal\Tests\mysql\Unit | core/ |
Tests the MySQL install tasks. | ||||
| InstallTest | class | Drupal\BuildTests\TestSiteApplication | core/ |
@group Build @group TestSiteApplication | ||||
| InstallTest | class | Drupal\Tests\system\Kernel\Module | core/ |
Tests the installation of modules. | ||||
| InstallTranslationFilePatternTest | class | Drupal\Tests\system\Kernel\Installer | core/ |
Tests for installer language support. | ||||
| IntefaceWithConstants | interface | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
1 | ||||
| IntegerData | class | Drupal\Core\TypedData\Plugin\DataType | core/ |
The integer data type. | 2 | 6 | 1 | |
| IntegerFormatter | class | Drupal\Core\Field\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'number_integer' formatter. | ||||
| IntegerInterface | interface | Drupal\Core\TypedData\Type | core/ |
Interface for integer numbers. | 1 | 8 | ||
| IntegerItem | class | Drupal\Core\Field\Plugin\Field\FieldType | core/ |
Defines the 'integer' field type. | 1 | 2 | ||
| IntegrationTest | class | Drupal\Tests\statistics\Functional\Views | core/ |
Tests basic integration of views data from the statistics module. | ||||
| IntegrityConstraintViolationException | class | Drupal\Core\Database | core/ |
Exception thrown if a query would violate an integrity constraint. | 10 | |||
| InternalEntitiesTest | class | Drupal\Tests\jsonapi\Functional | core/ |
Makes assertions about the JSON:API behavior for internal entities. | ||||
| InternalPropertyTestFieldItem | class | Drupal\entity_test\Plugin\Field\FieldType | core/ |
Defines the 'Internal Property' entity test field type. | ||||
| InternalTypedDataTestTrait | trait | Drupal\Tests\serialization\Unit\Normalizer | core/ |
Trait that provides mocked typed data objects. | ||||
| InternalViolation | final class | Drupal\Core\Field | core/ |
Wraps a violation to allow arrayPropertyPath to be deprecated. | 1 | |||
| InternalViolationTest | class | Drupal\Tests\Core\Field | core/ |
@coversDefaultClass \Drupal\Core\Field\InternalViolation[[api-linebreak]] @group legacy | ||||
| Interpolator | class | Drupal\Composer\Plugin\Scaffold | composer/ |
Injects config values from an associative array into a string. | 2 | |||
| InvalidatingCacheBackendInterface | interface | Drupal\Tests\Core\Cache | core/ |
|||||
| InvalidComponentDataException | class | Drupal\Core\Render\Component\Exception | core/ |
Raised when a component is rendering with invalid data. | 2 | |||
| InvalidComponentException | class | Drupal\Core\Render\Component\Exception | core/ |
Custom exception for invalid components. | 8 | |||
| InvalidConfigException | final class | Drupal\Core\Recipe | core/ |
Thrown if config created or changed by a recipe fails validation. | 4 | |||
| InvalidConsumer | class | Drupal\Tests\Core\DependencyInjection\Compiler | core/ |
|||||
| InvalidDataTest | class | Drupal\KernelTests\Core\Database | core/ |
Tests handling of some invalid data. |
Pagination
- Previous page
- Page 94
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.