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
TestDrupal6SqlBase class core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Extends the Drupal6SqlBase abstract class.
TestDrupal6SqlBase::fields function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Returns available fields on the source.
TestDrupal6SqlBase::getIds function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Defines the source fields uniquely identifying a source row.
TestDrupal6SqlBase::getModuleSchemaVersionWrapper function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Wrapper method to test protected method getModuleSchemaVersion().
TestDrupal6SqlBase::moduleExistsWrapper function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Wrapper method to test protected method moduleExists().
TestDrupal6SqlBase::query function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
TestDrupal6SqlBase::setDatabase function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tweaks Drupal6SqlBase to set a new database connection for tests.
TestDrupal6SqlBase::setModuleHandler function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tweaks Drupal6SqlBase to set a new module handler for tests.
TestDrupal6SqlBase::variableGetWrapper function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Wrapper method to test protected method variableGet().
TestDrupalSqlBase class core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Extends the DrupalSqlBase abstract class.
TestDrupalSqlBase::fields function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Returns available fields on the source.
TestDrupalSqlBase::getIds function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Defines the source fields uniquely identifying a source row.
TestDrupalSqlBase::query function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
TestDrupalSqlBase::setDatabase function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Tweaks DrupalSqlBase to set a new database connection for tests.
TestLibraryDiscoveryParser::drupalGetPath function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps drupal_get_path().
TestRequirementsTrait::getDrupalRoot function core/tests/Drupal/Tests/TestRequirementsTrait.php Returns the Drupal root directory.
test_theme_libraries_override_with_drupal_settings.info.yml file core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml
text.migrate_drupal.yml file core/modules/text/migrations/state/text.migrate_drupal.yml core/modules/text/migrations/state/text.migrate_drupal.yml
ThemeTest::testDrupalRenderChildren function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests child element rendering for 'render element' theme hooks.
TimestampNormalizerTestDrupalDateTime class core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php Note: Prophecy does not support magic methods. By subclassing and specifying
an explicit method, Prophecy works.
TimestampNormalizerTestDrupalDateTime::setTimezone function core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php
tracker.migrate_drupal.yml file core/modules/tracker/migrations/state/tracker.migrate_drupal.yml core/modules/tracker/migrations/state/tracker.migrate_drupal.yml
UiHelperTrait::drupalGet function core/tests/Drupal/Tests/UiHelperTrait.php Retrieves a Drupal path or an absolute path.
UiHelperTrait::drupalLogin function core/tests/Drupal/Tests/UiHelperTrait.php Logs in a user using the Mink controlled browser.
UiHelperTrait::drupalLogout function core/tests/Drupal/Tests/UiHelperTrait.php Logs a user out of the Mink controlled browser and confirms.
UiHelperTrait::drupalPostForm function core/tests/Drupal/Tests/UiHelperTrait.php Executes a form submission.
UiHelperTrait::drupalUserIsLoggedIn function core/tests/Drupal/Tests/UiHelperTrait.php Returns whether a given user account is logged in.
UITestBase::drupalGet function core/modules/views_ui/tests/src/Functional/UITestBase.php Retrieves a Drupal path or an absolute path.
UITestBase::drupalGet function core/modules/views_ui/src/Tests/UITestBase.php Retrieves a Drupal path or an absolute path.
UncaughtExceptionTest::drupalGet function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Retrieves a Drupal path or an absolute path.
update.migrate_drupal.yml file core/modules/update/migrations/state/update.migrate_drupal.yml core/modules/update/migrations/state/update.migrate_drupal.yml
UpdateKernel::cacheDrupalContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Stores the container definition in a cache.
UpdateRootFactory::$drupalKernel property core/modules/update/src/UpdateRootFactory.php The Drupal kernel.
UrlTest::testDrupalGetQueryParameters function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests UrlHelper::filterQueryParameters().
UrlTest::testDrupalParseUrl function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests UrlHelper::parse().
user.migrate_drupal.yml file core/modules/user/migrations/state/user.migrate_drupal.yml core/modules/user/migrations/state/user.migrate_drupal.yml
UserHelpersTest::testDrupalUserIsLoggedIn function core/tests/Drupal/FunctionalTests/UserHelpersTest.php Tests WebTestBase::drupalUserIsLoggedIn().
ViewUIConverter::$drupalProxyOriginalServiceId property core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php The id of the original proxied service.
WebDriverTestBase::getDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Gets the current Drupal javascript settings and parses into an array.
WebTestBase::drupalGet function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path.
WebTestBase::drupalGetAjax function core/modules/simpletest/src/WebTestBase.php Requests a path or URL in drupal_ajax format and JSON-decodes the response.
WebTestBase::drupalGetHeader function core/modules/simpletest/src/WebTestBase.php Gets the value of an HTTP response header.
WebTestBase::drupalGetHeaders function core/modules/simpletest/src/WebTestBase.php Gets the HTTP response headers of the requested page.
WebTestBase::drupalGetJSON function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path and JSON decodes the result.
WebTestBase::drupalGetWithFormat function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path for a given format.
WebTestBase::drupalGetXHR function core/modules/simpletest/src/WebTestBase.php Requests a Drupal path or an absolute path as if it is a XMLHttpRequest.
WebTestBase::drupalHead function core/modules/simpletest/src/WebTestBase.php Retrieves only the headers for a Drupal path or an absolute path.
WebTestBase::drupalLogin function core/modules/simpletest/src/WebTestBase.php Log in a user with the internal browser.
WebTestBase::drupalLogout function core/modules/simpletest/src/WebTestBase.php Logs a user out of the internal browser and confirms.
WebTestBase::drupalPost function core/modules/simpletest/src/WebTestBase.php Perform a POST HTTP request.

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