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 |
|---|---|---|---|---|---|---|---|---|
| InstallerConfigDirectoryTestBase | abstract class | Drupal\FunctionalTests\Installer | core/ |
Provides a base class for testing installing from existing configuration. | 8 | |||
| InstallerDatabaseErrorMessagesTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the installer with database errors. | ||||
| InstallerDependenciesResolutionTest | class | Drupal\Tests\system\Kernel\Installer | core/ |
Tests that we handle module dependency resolution during install. | ||||
| InstallerEmptySettingsTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the installer with empty settings file. | ||||
| InstallerException | class | Drupal\Core\Installer\Exception | core/ |
Base class for exceptions thrown by installer. | 2 | 1 | ||
| InstallerExistingBrokenDatabaseSettingsTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the installer with broken database connection info in settings.php. | ||||
| InstallerExistingConfigDirectoryTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests installation when a config_sync_directory exists and is set up. | ||||
| InstallerExistingConfigExistingSettingsTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that installing from existing configuration works. | ||||
| InstallerExistingConfigMultilingualTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that installing from existing configuration works. | ||||
| InstallerExistingConfigNoConfigTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that profiles invalid config can not be installed. | ||||
| InstallerExistingConfigNoProfileTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that installing from existing configuration without a profile works. | ||||
| InstallerExistingConfigNoSystemSiteTest | class | Drupal\FunctionalTests\Installer | core/ |
Testing installing from config without system.site. | ||||
| InstallerExistingConfigProfileHookInstallTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that profiles with hook_install() can't be installed from config. | ||||
| InstallerExistingConfigSyncDirectoryMultilingualTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that installing from existing configuration works. | ||||
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that profiles with hook_install() can't be installed from config. | ||||
| InstallerExistingConfigSyncDirectoryProfileMismatchTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that installing from existing configuration works. | ||||
| InstallerExistingConfigTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that installing from existing configuration works. | 2 | |||
| InstallerExistingConfigTestBase | in drupal:10.4.0 and is removed from drupal:12.0.0. Use \Drupal\FunctionalTests\Installer\InstallerConfigDirectoryTestBase instead. |
abstract class | Drupal\FunctionalTests\Installer | core/ |
Provides a base class for testing installing from existing configuration. | |||
| InstallerExistingDatabaseSettingsTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests installation with database information in an existing settings file. | ||||
| InstallerExistingInstallationTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the installer with an existing Drupal installation. | ||||
| InstallerExistingSettingsNoProfileTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the installer with an existing settings file but no install profile. | ||||
| InstallerExistingSettingsTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the installer with an existing settings file. | 1 | 1 | ||
| InstallerIsolationLevelExistingSettingsTest | class | Drupal\Tests\mysql\Functional | core/ |
Tests the isolation_level setting with existing database settings. | ||||
| InstallerIsolationLevelNoDatabaseSettingsTest | class | Drupal\Tests\mysql\Functional | core/ |
Tests the isolation_level setting with no database settings. | ||||
| InstallerKernel | class | Drupal\Core\Installer | core/ |
Extend DrupalKernel to handle force some kernel behaviors. | 19 | |||
| InstallerLanguageDirectionTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that the early installer uses the correct language direction. | ||||
| InstallerLanguagePageTest | class | Drupal\FunctionalTests\Installer | core/ |
Verifies that the installer language list uses local and remote languages. | ||||
| InstallerLanguageTest | class | Drupal\KernelTests\Core\Installer | core/ |
Tests for installer language support. | ||||
| InstallerModuleExtensionList | class | Drupal\Core\Installer | core/ |
Overrides the module extension list to have a static cache. | ||||
| InstallerNonDefaultDatabaseDriverTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the interactive installer. | ||||
| InstallerNonEnglishProfileWithoutLocaleModuleTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests installing a profile with non-English language and no locale module. | ||||
| InstallerPerformanceTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests the interactive installer. | ||||
| InstallerPostInstallTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests re-visiting the installer after a successful installation. | ||||
| InstallerProfileRequirementsTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests that an install profile can implement hook_requirements(). | ||||
| InstallerRedirectTrait | trait | Drupal\Core\Installer | core/ |
Provides methods for checking if Drupal is already installed. | 4 | |||
| InstallerRedirectTraitMockableClass | class | Drupal\KernelTests\Core\Installer | core/ |
A class using the InstallerRedirectTrait for mocking purposes. | ||||
| InstallerRedirectTraitTest | class | Drupal\KernelTests\Core\Installer | core/ |
Tests Drupal\Core\Installer\InstallerRedirectTrait. | ||||
| InstallerRouteBuilder | in drupal:11.4.0 and is removed from drupal:12.0.0. No replacement provided. |
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. | 43 | 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 |
Pagination
- Previous page
- Page 102
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.