Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
AnonymousUserSessionTest.php file core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php
AnonymousUserSessionTest::testUserGetRoles function core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php Tests the method getRoles exclude or include locked roles based in param.
anonymous_user_response_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\AnonymousUserResponseSubscriber
another-stylesheet.css file core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/another-stylesheet.css div#sdc-wrapper {
opacity: 0;
}
another.css file core/modules/system/tests/themes/test_subtheming_ckeditor_stylesheets_without_5/css/another.css Test CSS asset file for test_subtheming_ckeditor_stylesheets_without_5.theme.
ApcuBackend::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackend.php The cache tags checksum provider.
ApcuBackend::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackend.php Prefix for all keys in the storage that belong to this site.
ApcuBackend::set function core/lib/Drupal/Core/Cache/ApcuBackend.php Stores data in the persistent cache.
ApcuBackend::setMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Store multiple items in the persistent cache.
ApcuBackend::__construct function core/lib/Drupal/Core/Cache/ApcuBackend.php Constructs a new ApcuBackend instance.
ApcuBackendFactory::$backendClass property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The APCU backend class to use.
ApcuBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The cache tags checksum provider.
ApcuBackendFactory::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The site prefix string.
ApcuBackendFactory::__construct function core/lib/Drupal/Core/Cache/ApcuBackendFactory.php Constructs an ApcuBackendFactory object.
ApcuBackendTest class core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Tests the APCu cache backend.
ApcuBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php
ApcuBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Creates a cache backend to test.
ApcuBackendTest::tearDown function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php
ApcuBackendTest::testSetGet function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
ApcuFileCacheBackend::store function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Stores data into a cache backend.
ApiController::$finishedRoute property core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php The route to redirect to after the stage has been applied.
ApiController::checkSetup function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Returns the information about current PHP server used for build tests.
ApiController::createAndApplyStage function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Creates a stage, requires packages into it, and applies the changes.
ApiController::finish function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Performs post-apply tasks and destroys the stage.
ApiController::__construct function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php
ApiRequestTrait trait core/tests/Drupal/Tests/ApiRequestTrait.php Boilerplate for API Functional tests' HTTP requests.
ApiRequestTrait.php file core/tests/Drupal/Tests/ApiRequestTrait.php
ApiRequestTrait::decorateWithXdebugCookie function core/tests/Drupal/Tests/ApiRequestTrait.php Adds the Xdebug cookie to the request options.
ApiRequestTrait::makeApiRequest function core/tests/Drupal/Tests/ApiRequestTrait.php Performs an HTTP request. Wraps the Guzzle HTTP client.
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-to-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-append-to-append…
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/profile-with-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in profile-with-append composer.json…
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-test-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-append…
append-to-settings.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-settings/assets/append-to-settings.txt include __DIR__ . "/settings-custom-additions.php";
AppendOp::$originalContents property composer/Plugin/Scaffold/Operations/AppendOp.php The contents from the file that we are prepending / appending to.
AppendOp::existingFileHasData function composer/Plugin/Scaffold/Operations/AppendOp.php Check to see if the append/prepend data has already been applied.
AppendOp::generateContents function composer/Plugin/Scaffold/Operations/AppendOp.php Load the scaffold contents or otherwise generate what is needed.
AppendOp::process function composer/Plugin/Scaffold/Operations/AppendOp.php Process this scaffold operation.
AppendOp::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/AppendOp.php Determines what to do if operation is used without a previous operation.
AppendOp::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/AppendOp.php Determines what to do if operation is used at same path as a previous op.
AppendOp::__construct function composer/Plugin/Scaffold/Operations/AppendOp.php Constructs an AppendOp.
AppendOpTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php Tests Drupal\Composer\Plugin\Scaffold\Operations\AppendOp.
AppendOpTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php
AppendOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php Tests process.
ArbitraryRebuildTest class core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Tests altering forms to be rebuilt so there are multiple steps.
ArbitraryRebuildTest.php file core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
ArbitraryRebuildTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php The theme to install as the default for testing.
ArbitraryRebuildTest::$modules property core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Modules to install.
ArbitraryRebuildTest::setUp function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
ArbitraryRebuildTest::testUserRegistrationMultipleField function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Tests a rebuild caused by a multiple value field.
ArbitraryRebuildTest::testUserRegistrationRebuild function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Tests a basic rebuild with the user registration form.

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