Search for require
- Search 7.x for require
- Search 9.5.x for require
- Search 10.3.x for require
- Search 11.x for require
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SitesDirectoryHardeningTest::checkSystemRequirements | function | core/ |
Checks system runtime requirements. |
SkipRequiredModulesTest | class | core/ |
Tests if Simpletest-based tests are skipped based on module requirements. |
SkipRequiredModulesTest.php | file | core/ |
|
SkipRequiredModulesTest::testModuleNotFound | function | core/ |
|
SqlBase::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
SqlContentEntityStorage::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
SqlContentEntityStorage::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
SqlContentEntityStorage::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
SqlContentEntityStorage::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
SqlContentEntityStorageSchema::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
SqlContentEntityStorageSchema::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
SqlContentEntityStorageSchema::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
SqlContentEntityStorageSchema::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
SqlContentEntityStorageSchemaTest::providerTestRequiresEntityDataMigration | function | core/ |
|
SqlContentEntityStorageSchemaTest::providerTestRequiresEntityStorageSchemaChanges | function | core/ |
Data provider for ::testRequiresEntityStorageSchemaChanges(). |
SqlContentEntityStorageSchemaTest::testRequiresEntityDataMigration | function | core/ |
@covers ::requiresEntityDataMigration |
SqlContentEntityStorageSchemaTest::testRequiresEntityStorageSchemaChanges | function | core/ |
@covers ::requiresEntityStorageSchemaChanges |
StateFileExists::$stateFileRequired | property | core/ |
Modules that should have a migrate_drupal.yml file. |
StatusReport::preRenderGroupRequirements | function | core/ |
#pre_render callback to group requirements. |
StatusReportPage::preRenderRequirements | function | core/ |
#pre_render callback to create status report requirements. |
SystemManager::checkRequirements | function | core/ |
Checks for requirement severity. |
SystemManager::listRequirements | function | core/ |
Displays the site status report. Can also be used as a pure check. |
SystemManager::REQUIREMENT_ERROR | constant | core/ |
Requirement severity -- Error condition; abort installation. |
SystemManager::REQUIREMENT_OK | constant | core/ |
Requirement severity -- Requirement successfully met. |
SystemManager::REQUIREMENT_WARNING | constant | core/ |
Requirement severity -- Warning condition; proceed but flag warning. |
SystemRequirements | class | core/ |
Class for helper methods used for the system requirements. |
SystemRequirements.php | file | core/ |
|
SystemRequirements::phpVersionWithPdoDisallowMultipleStatements | function | core/ |
Determines whether the passed in PHP version disallows multiple statements. |
SystemRequirementsTest | class | core/ |
@coversDefaultClass \Drupal\system\SystemRequirements @group system @group legacy |
SystemRequirementsTest.php | file | core/ |
|
SystemRequirementsTest::providerTestPhpVersionWithPdoDisallowMultipleStatements | function | core/ |
|
SystemRequirementsTest::testPhpVersionWithPdoDisallowMultipleStatements | function | core/ |
@covers ::phpVersionWithPdoDisallowMultipleStatements @dataProvider providerTestPhpVersionWithPdoDisallowMultipleStatements @expectedDeprecation Drupal\system\SystemRequirements::phpVersionWithPdoDisallowMultipleStatements() is deprecated in Drupal… |
system_requirements | function | core/ |
Implements hook_requirements(). |
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers | function | core/ |
Tests a required consumer with no handlers. |
TaggedHandlersPassTest::testProcessRequiredHandlers | function | core/ |
Tests a required consumer with no handlers. |
Tasks::engineVersionRequirementsCheck | function | core/ |
Checks engine version requirements for the status report. |
TaxonomyTermUpdatePathTest::testMissingDataUpdateRequirementsCheck | function | core/ |
Test the update hook requirements check for revisionable terms. |
taxonomy_requirements | function | core/ |
Implements hook_requirements(). |
TestBase::checkRequirements | function | core/ |
Checks the matching requirements for Test. |
TestBaseTest::testCheckRequirements | function | core/ |
@covers ::checkRequirements |
TestFieldConstraint::getRequiredOptions | function | core/ |
|
testing_requirements.info.yml | file | core/ |
core/profiles/testing_requirements/testing_requirements.info.yml |
testing_requirements.install | file | core/ |
Install hooks for test profile. |
testing_requirements_requirements | function | core/ |
Implements hook_requirements(). |
TestMigration::setRequirements | function | core/ |
Sets the requirements values. |
TestRequirementsTrait | trait | core/ |
Allows test classes to require Drupal modules as dependencies. |
TestRequirementsTrait.php | file | core/ |
|
TestRequirementsTrait::checkModuleRequirements | function | core/ |
Checks missing module requirements. |
TestRequirementsTrait::checkRequirements | function | core/ |
Check module requirements for the Drupal use case. |
TestRequirementsTrait::getDrupalRoot | function | core/ |
Returns the Drupal root directory. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.