Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DrupalSelenium2DriverTest class core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Tests the DrupalSelenium2Driver methods.
DrupalSelenium2DriverTest.php file core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
DrupalSelenium2DriverTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php The theme to install as the default for testing.
DrupalSelenium2DriverTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Modules to enable.
DrupalSelenium2DriverTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
DrupalSelenium2DriverTest::testGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Tests uploading remote files.
DrupalSetMessageTest class core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php @covers ::drupal_set_message[[api-linebreak]]
@group Common
@group legacy
DrupalSetMessageTest.php file core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php
DrupalSetMessageTest::testDrupalSetMessage function core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php The basic functionality of drupal_set_message().
DrupalSqlBase class core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php A base class for source plugins using a Drupal database as a source.
DrupalSqlBase.php file core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php
DrupalSqlBase::$deprecatedProperties property core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php
DrupalSqlBase::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php The entity type manager.
DrupalSqlBase::$requirements property core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php If the source provider is missing.
DrupalSqlBase::$systemData property core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php The contents of the system table.
DrupalSqlBase::calculateDependencies function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Calculates dependencies for the configured plugin.
DrupalSqlBase::checkRequirements function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Checks if requirements for this plugin are OK.
DrupalSqlBase::create function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Creates an instance of the plugin.
DrupalSqlBase::getModuleSchemaVersion function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Retrieves a module schema_version from the source Drupal database.
DrupalSqlBase::getSystemData function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Retrieves all system data information from the source Drupal database.
DrupalSqlBase::moduleExists function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Checks if a given module is enabled in the source Drupal database.
DrupalSqlBase::variableGet function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Reads a variable from a source Drupal database.
DrupalSqlBase::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
DrupalSqlBaseTest class core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php @coversDefaultClass Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase[[api-linebreak]]
@group migrate_drupal
DrupalSqlBaseTest.php file core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
DrupalSqlBaseTest::$base property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
DrupalSqlBaseTest::$databaseContents property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Minimum database contents needed to test DrupalSqlBase.
DrupalSqlBaseTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Define bare minimum migration configuration.
DrupalSqlBaseTest::testSourceDatabaseError function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php @covers ::checkRequirements[[api-linebreak]]
DrupalSqlBaseTest::testSourceProviderNotActive function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php @covers ::checkRequirements[[api-linebreak]]
DrupalStandardsListenerDeprecatedClass class core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php Fixture class for use by DrupalStandardsListenerDeprecationTest.
DrupalStandardsListenerDeprecatedClass.php file core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php
DrupalStandardsListenerDeprecatedClass::testFunction function core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php Returns a known value.
DrupalStandardsListenerDeprecationTest class core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php Test deprecation error handling by DrupalStandardsListener.
DrupalStandardsListenerDeprecationTest.php file core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php
DrupalStandardsListenerDeprecationTest::testDeprecation function core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php Exercise DrupalStandardsListener's coverage validation.
DrupalStandardsListenerTrait trait core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Listens for PHPUnit tests and fails those with invalid coverage annotations.
DrupalStandardsListenerTrait.php file core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php
DrupalStandardsListenerTrait::checkValidCoversForTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Check an individual test run for valid @covers annotation.
DrupalStandardsListenerTrait::classExists function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Helper method to check if a string names a valid class or trait.
DrupalStandardsListenerTrait::doEndTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Reacts to the end of a test.
DrupalStandardsListenerTrait::errorHandler function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Handles errors to ensure deprecation messages are not triggered.
DrupalStandardsListenerTrait::fail function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Signals a coding standards failure to the user.
DrupalStandardsListenerTrait::isTestSuite function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Determine if a test object is a test suite regardless of PHPUnit version.
DrupalStandardsListenerTrait::standardsEndTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Reacts to the end of a test.
DrupalTest class core/tests/Drupal/Tests/Core/DrupalTest.php Tests the Drupal class.
DrupalTest.php file core/tests/Drupal/Tests/Core/DrupalTest.php
DrupalTest::$container property core/tests/Drupal/Tests/Core/DrupalTest.php The mock container.
DrupalTest::setMockContainerService function core/tests/Drupal/Tests/Core/DrupalTest.php Sets up a mock expectation for the container get() method.
DrupalTest::setUp function core/tests/Drupal/Tests/Core/DrupalTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.