Search for requirements
- Search 7.x for requirements
- Search 8.9.x for requirements
- Search 10.3.x for requirements
- Search 11.x for requirements
- Search main for requirements
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Migration::$requirements | property | core/ |
These migrations must be already executed before this migration can run. |
| Migration::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| Migration::getRequirements | function | core/ |
Get a list of required plugin IDs. |
| MigrationInterface::getRequirements | function | core/ |
Get a list of required plugin IDs. |
| MigrationTest::testRequirementsForDestinationPlugin | function | core/ |
Tests checking requirements for destination plugins. |
| MigrationTest::testRequirementsForMigrations | function | core/ |
Tests checking requirements for destination plugins. |
| MigrationTest::testRequirementsForSourcePlugin | function | core/ |
Tests checking requirements for source plugins. |
| mysql_requirements | function | core/ |
Implements hook_requirements(). |
| node_requirements | function | core/ |
Implements hook_requirements(). |
| PhpRequirements | class | core/ |
Provides an object for dynamically identifying the minimum supported PHP. |
| PhpRequirements.php | file | core/ |
|
| PhpRequirements::$drupalMinimumPhp | property | core/ |
The minimum PHP version requirement for the installed Drupal version. |
| PhpRequirements::$phpEolDates | property | core/ |
The expected PHP version end-of-life dates, keyed by PHP minor version. |
| PhpRequirements::getMinimumSupportedPhp | function | core/ |
Dynamically identifies the minimum supported PHP version based on the date. |
| PhpRequirements::__construct | function | core/ |
This class should not be instantiated. |
| PhpRequirementsTest | class | core/ |
Tests the \Drupal\Core\Utility\PhpRequirements class. |
| PhpRequirementsTest.php | file | core/ |
|
| PhpRequirementsTest::providerMinimumSupportedPhp | function | core/ |
Data provider for ::testMinimumSupportedPhp(). |
| PhpRequirementsTest::testMinimumSupportedPhp | function | core/ |
Tests the minimum supported PHP for valid scenarios. |
| PhpRequirementsTest::testPhpEolDates | function | core/ |
Ensures that PHP EOL dates are valid. |
| ProfileField::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| ProfileFieldCheckRequirementsTest | class | core/ |
Tests check requirements for profile_field source plugin. |
| ProfileFieldCheckRequirementsTest | class | core/ |
Tests check requirements for profile_field source plugin. |
| ProfileFieldCheckRequirementsTest.php | file | core/ |
|
| ProfileFieldCheckRequirementsTest.php | file | core/ |
|
| ProfileFieldCheckRequirementsTest::setUp | function | core/ |
|
| ProfileFieldCheckRequirementsTest::setUp | function | core/ |
|
| ProfileFieldCheckRequirementsTest::testCheckRequirements | function | core/ |
Tests exception is thrown when profile_fields tables do not exist. |
| ProfileFieldCheckRequirementsTest::testCheckRequirements | function | core/ |
Tests exception is thrown when profile_fields tables do not exist. |
| requirements1_test.info.yml | file | core/ |
core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml |
| requirements1_test.install | file | core/ |
Install hooks for test module. |
| requirements1_test.module | file | core/ |
Hook implementations for requirements1_test module. |
| requirements1_test_requirements | function | core/ |
Implements hook_requirements(). |
| requirements1_test_requirements_alter | function | core/ |
Implements hook_requirements_alter(). |
| requirements2_test.info.yml | file | core/ |
core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml |
| RequirementsAwareDestinationInterface | interface | core/ |
Defines the RequirementsAwareDestinationInterface. |
| RequirementsAwareSourceInterface | interface | core/ |
Defines the RequirementsAwareSourceInterface. |
| RequirementsException | class | core/ |
Defines an exception thrown when a migration does not meet the requirements. |
| RequirementsException.php | file | core/ |
|
| RequirementsException::$requirements | property | core/ |
The missing requirements. |
| RequirementsException::getRequirements | function | core/ |
Get an array of requirements. |
| RequirementsException::getRequirementsString | function | core/ |
Get the requirements as a string. |
| RequirementsException::__construct | function | core/ |
Constructs a new RequirementsException instance. |
| RequirementsExceptionTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Exception\RequirementsException[[api-linebreak]] @group migrate |
| RequirementsExceptionTest.php | file | core/ |
|
| RequirementsExceptionTest::$missingRequirements | property | core/ |
|
| RequirementsExceptionTest::getRequirementsProvider | function | core/ |
Provides a list of requirements to test. |
| RequirementsExceptionTest::testGetExceptionString | function | core/ |
@covers ::getRequirementsString[[api-linebreak]] @dataProvider getRequirementsProvider |
| RequirementsExceptionTest::testGetRequirements | function | core/ |
@covers ::getRequirements[[api-linebreak]] |
| RequirementsInterface | interface | core/ |
An interface to check for a migrate plugin requirements. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.