Search for drupal_
- Search 7.x for drupal_
- Search 8.9.x for drupal_
- Search 10.3.x for drupal_
- Search 11.x for drupal_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalSqlBase::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| DrupalSqlBase::create | function | core/ |
Creates an instance of the plugin. |
| DrupalSqlBase::getModuleSchemaVersion | function | core/ |
Retrieves a module schema_version from the source Drupal database. |
| DrupalSqlBase::getSystemData | function | core/ |
Retrieves all system data information from the source Drupal database. |
| DrupalSqlBase::moduleExists | function | core/ |
Checks if a given module is enabled in the source Drupal database. |
| DrupalSqlBase::variableGet | function | core/ |
Reads a variable from a source Drupal database. |
| DrupalSqlBase::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| DrupalSqlBaseTest | class | core/ |
@coversDefaultClass \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase[[api-linebreak]] @group migrate_drupal |
| DrupalSqlBaseTest.php | file | core/ |
|
| DrupalSqlBaseTest::$base | property | core/ |
|
| DrupalSqlBaseTest::$databaseContents | property | core/ |
Minimum database contents needed to test DrupalSqlBase. |
| DrupalSqlBaseTest::$entityTypeManager | property | core/ |
Mock entity type manager. |
| DrupalSqlBaseTest::$migrationConfiguration | property | core/ |
Define bare minimum migration configuration. |
| DrupalSqlBaseTest::$pluginDefinition | property | core/ |
The plugin definition. |
| DrupalSqlBaseTest::$state | property | core/ |
Mock StateInterface. |
| DrupalSqlBaseTest::providerMinimumVersion | function | core/ |
Provides data for testMinimumVersion. |
| DrupalSqlBaseTest::setUp | function | core/ |
|
| DrupalSqlBaseTest::testMinimumVersion | function | core/ |
@covers ::checkRequirements[[api-linebreak]] |
| DrupalSqlBaseTest::testSourceDatabaseError | function | core/ |
@covers ::checkRequirements[[api-linebreak]] |
| DrupalSqlBaseTest::testSourceProviderNotActive | function | core/ |
@covers ::checkRequirements[[api-linebreak]] |
| DrupalStandardsListenerDeprecatedClass | class | core/ |
Fixture class for use by DrupalStandardsListenerDeprecationTest. |
| DrupalStandardsListenerDeprecatedClass.php | file | core/ |
|
| DrupalStandardsListenerDeprecatedClass::testFunction | function | core/ |
Returns a known value. |
| DrupalStandardsListenerDeprecationTest | class | core/ |
Test deprecation error handling by DrupalStandardsListener. |
| DrupalStandardsListenerDeprecationTest.php | file | core/ |
|
| DrupalStandardsListenerDeprecationTest::testDeprecation | function | core/ |
Exercise DrupalStandardsListener's coverage validation. |
| DrupalStandardsListenerTrait | trait | core/ |
Listens for PHPUnit tests and fails those with invalid coverage annotations. |
| DrupalStandardsListenerTrait.php | file | core/ |
|
| DrupalStandardsListenerTrait::checkValidCoversForTest | function | core/ |
Check an individual test run for valid @covers annotation. |
| DrupalStandardsListenerTrait::classExists | function | core/ |
Helper method to check if a string names a valid class or trait. |
| DrupalStandardsListenerTrait::doEndTest | function | core/ |
Reacts to the end of a test. |
| DrupalStandardsListenerTrait::errorHandler | function | core/ |
Handles errors to ensure deprecation messages are not triggered. |
| DrupalStandardsListenerTrait::fail | function | core/ |
Signals a coding standards failure to the user. |
| DrupalStandardsListenerTrait::isTestSuite | function | core/ |
Determine if a test object is a test suite regardless of PHPUnit version. |
| DrupalStandardsListenerTrait::standardsEndTest | function | core/ |
Reacts to the end of a test. |
| DrupalTest | class | core/ |
Tests the Drupal class. |
| DrupalTest.php | file | core/ |
|
| DrupalTest::$container | property | core/ |
The mock container. |
| DrupalTest::setMockContainerService | function | core/ |
Sets up a mock expectation for the container get() method. |
| DrupalTest::setUp | function | core/ |
|
| DrupalTest::testAccessManager | function | core/ |
Tests the accessManager() method. |
| DrupalTest::testCache | function | core/ |
Tests the cache() method. |
| DrupalTest::testClassResolver | function | core/ |
Tests the classResolver method. |
| DrupalTest::testClassResolverWithClass | function | core/ |
Tests the classResolver method when called with a class. |
| DrupalTest::testConfig | function | core/ |
Tests the config() method. |
| DrupalTest::testCsrfToken | function | core/ |
Tests the csrfToken() method. |
| DrupalTest::testCurrentUser | function | core/ |
Tests the currentUser() method. |
| DrupalTest::testDatabase | function | core/ |
Tests the database() method. |
| DrupalTest::testEntityQuery | function | core/ |
Tests the entityQuery() method. |
| DrupalTest::testEntityQueryAggregate | function | core/ |
Tests the entityQueryAggregate() method. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.