Search for drupal_

  1. Search 7.x for drupal_
  2. Search 9.5.x for drupal_
  3. Search 10.3.x for drupal_
  4. Search 11.x for drupal_
  5. Other projects
Title Object type File name Summary
DrupalMinkClient.php file core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php
DrupalMinkClient::$followMetaRefresh property core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Whether to follow meta redirects or not.
DrupalMinkClient::followMetaRefresh function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Sets whether to automatically follow meta refresh redirects or not.
DrupalMinkClient::getMetaRefreshUrl function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Glean the meta refresh URL from the current page content.
DrupalMinkClient::request function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php
DrupalMinkClientTest class core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php Test \Drupal\BuildTests\Framework\DrupalMinkClient.
DrupalMinkClientTest.php file core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php
DrupalMinkClientTest::getTestsForMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php
DrupalMinkClientTest::testBackForwardMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php @covers ::request[[api-linebreak]]
DrupalMinkClientTest::testFollowMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php @dataProvider getTestsForMetaRefresh
@covers ::getMetaRefreshUrl[[api-linebreak]]
DrupalPackageBuilder class composer/Generator/Builder/DrupalPackageBuilder.php Base class that includes helpful utility routine for Drupal builder classes.
DrupalPackageBuilder.php file composer/Generator/Builder/DrupalPackageBuilder.php
DrupalPackageBuilder::$drupalCoreInfo property composer/Generator/Builder/DrupalPackageBuilder.php Information about composer.json, composer.lock etc. in current release.
DrupalPackageBuilder::__construct function composer/Generator/Builder/DrupalPackageBuilder.php DrupalPackageBuilder constructor.
DrupalPinnedDevDependenciesBuilder class composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Builder to produce metapackage for drupal/core-dev-pinned.
DrupalPinnedDevDependenciesBuilder.php file composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php
DrupalPinnedDevDependenciesBuilder::getPackage function composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalPinnedDevDependenciesBuilder::getPath function composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Return the path to where the metapackage should be written.
DrupalPinnedDevDependenciesBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalSelenium2Driver class core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Provides a driver for Selenium testing.
DrupalSelenium2Driver.php file core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2Driver::setCookie function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2Driver::uploadFileAndGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Uploads a file to the Selenium instance and returns the remote path.
DrupalSelenium2Driver::__construct function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
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

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