Search for drupal_
- Search 7.x for drupal_
- Search 9.5.x for drupal_
- Search 10.3.x for drupal_
- Search 11.x for drupal_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalMinkClient.php | file | core/ |
|
| DrupalMinkClient::$followMetaRefresh | property | core/ |
Whether to follow meta redirects or not. |
| DrupalMinkClient::followMetaRefresh | function | core/ |
Sets whether to automatically follow meta refresh redirects or not. |
| DrupalMinkClient::getMetaRefreshUrl | function | core/ |
Glean the meta refresh URL from the current page content. |
| DrupalMinkClient::request | function | core/ |
|
| DrupalMinkClientTest | class | core/ |
Test \Drupal\BuildTests\Framework\DrupalMinkClient. |
| DrupalMinkClientTest.php | file | core/ |
|
| DrupalMinkClientTest::getTestsForMetaRefresh | function | core/ |
|
| DrupalMinkClientTest::testBackForwardMetaRefresh | function | core/ |
@covers ::request[[api-linebreak]] |
| DrupalMinkClientTest::testFollowMetaRefresh | function | core/ |
@dataProvider getTestsForMetaRefresh @covers ::getMetaRefreshUrl[[api-linebreak]] |
| DrupalPackageBuilder | class | composer/ |
Base class that includes helpful utility routine for Drupal builder classes. |
| DrupalPackageBuilder.php | file | composer/ |
|
| DrupalPackageBuilder::$drupalCoreInfo | property | composer/ |
Information about composer.json, composer.lock etc. in current release. |
| DrupalPackageBuilder::__construct | function | composer/ |
DrupalPackageBuilder constructor. |
| DrupalPinnedDevDependenciesBuilder | class | composer/ |
Builder to produce metapackage for drupal/core-dev-pinned. |
| DrupalPinnedDevDependenciesBuilder.php | file | composer/ |
|
| DrupalPinnedDevDependenciesBuilder::getPackage | function | composer/ |
Generate the Composer.json data for the current tag or branch. |
| DrupalPinnedDevDependenciesBuilder::getPath | function | composer/ |
Return the path to where the metapackage should be written. |
| DrupalPinnedDevDependenciesBuilder::initialPackageMetadata | function | composer/ |
Returns the initial package metadata that describes the metapackage. |
| DrupalSelenium2Driver | class | core/ |
Provides a driver for Selenium testing. |
| DrupalSelenium2Driver.php | file | core/ |
|
| DrupalSelenium2Driver::setCookie | function | core/ |
|
| DrupalSelenium2Driver::uploadFileAndGetRemoteFilePath | function | core/ |
Uploads a file to the Selenium instance and returns the remote path. |
| DrupalSelenium2Driver::__construct | function | core/ |
|
| DrupalSelenium2DriverTest | class | core/ |
Tests the DrupalSelenium2Driver methods. |
| DrupalSelenium2DriverTest.php | file | core/ |
|
| DrupalSelenium2DriverTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DrupalSelenium2DriverTest::$modules | property | core/ |
Modules to enable. |
| DrupalSelenium2DriverTest::setUp | function | core/ |
|
| DrupalSelenium2DriverTest::testGetRemoteFilePath | function | core/ |
Tests uploading remote files. |
| DrupalSetMessageTest | class | core/ |
@covers ::drupal_set_message[[api-linebreak]] @group Common @group legacy |
| DrupalSetMessageTest.php | file | core/ |
|
| DrupalSetMessageTest::testDrupalSetMessage | function | core/ |
The basic functionality of drupal_set_message(). |
| DrupalSqlBase | class | core/ |
A base class for source plugins using a Drupal database as a source. |
| DrupalSqlBase.php | file | core/ |
|
| DrupalSqlBase::$deprecatedProperties | property | core/ |
|
| DrupalSqlBase::$entityTypeManager | property | core/ |
The entity type manager. |
| DrupalSqlBase::$requirements | property | core/ |
If the source provider is missing. |
| DrupalSqlBase::$systemData | property | core/ |
The contents of the system table. |
| DrupalSqlBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| 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/ |
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.