Search for drupal_

  1. Search 7.x for drupal_
  2. Search 9.5.x for drupal_
  3. Search 8.9.x for drupal_
  4. Search 10.3.x for drupal_
  5. Other projects
Title Object type File name Summary
DrupalKernelInterface::getSitePath function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the site path directory.
DrupalKernelInterface::invalidateContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Invalidate the service container for the next request.
DrupalKernelInterface::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that loads legacy Drupal include files.
DrupalKernelInterface::preHandle function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that does request related initialization.
DrupalKernelInterface::rebuildContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Force a container rebuild.
DrupalKernelInterface::resetContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Force a container reset.
DrupalKernelInterface::setSitePath function core/lib/Drupal/Core/DrupalKernelInterface.php Set the current site path directory.
DrupalKernelInterface::shutdown function core/lib/Drupal/Core/DrupalKernelInterface.php Shuts down the kernel.
DrupalKernelInterface::updateModules function core/lib/Drupal/Core/DrupalKernelInterface.php Updates the kernel's list of modules to the new list.
DrupalKernelSiteTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php Tests site-specific service overrides.
DrupalKernelSiteTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php
DrupalKernelSiteTest::testServicesYml function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php Tests services.yml in site directory.
DrupalKernelTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests DIC compilation to disk.
DrupalKernelTest class core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests Drupal\Core\DrupalKernel.
DrupalKernelTest.php file core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php
DrupalKernelTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
DrupalKernelTest::bootKernel function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Bootstraps a kernel for a test.
DrupalKernelTest::getTestKernel function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Build a kernel for testings.
DrupalKernelTest::providerClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Data provider for self::testClassLoaderAutoDetect.
DrupalKernelTest::providerTestTrustedHosts function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Provides test data for testTrustedHosts().
DrupalKernelTest::tearDown function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
DrupalKernelTest::testClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests class_loader_auto_detect setting.
DrupalKernelTest::testCompileDIC function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests DIC compilation.
DrupalKernelTest::testFindSitePath function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests site path finding.
DrupalKernelTest::testLocale function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests system locale.
DrupalKernelTest::testPreventChangeOfSitePath function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests setting of site path after kernel boot.
DrupalKernelTest::testRepeatedBootWithDifferentEnvironment function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests repeated loading of compiled DIC with different environment.
DrupalKernelTest::testResetContainer function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests reset container.
DrupalKernelTest::testTrustedHosts function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests hostname validation with settings.
DrupalKernelTest::testUnBootedTerminate function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests un booted terminate.
DrupalLogErrorTest class core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php Tests logging of errors in core/error.inc.
DrupalLogErrorTest.php file core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
DrupalLogErrorTest::getScriptBody function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
DrupalLogErrorTest::provideFatalExitCodeData function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
DrupalLogErrorTest::testFatalExitCode function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php Tests that fatal errors return a non-zero exit code.
drupalmedia.admin.css file core/modules/ckeditor5/css/drupalmedia.admin.css /* cspell:ignore medialibrary */
.ckeditor5-toolbar-button-drupalMedia {
background-image: url(../icons/medialibrary.svg);
}
drupalmedia.css file core/modules/ckeditor5/css/drupalmedia.css Styles for the Drupal Media in CKEditor 5.
DrupalMessengerServiceTest class core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php Tests the Messenger service.
DrupalMessengerServiceTest.php file core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
DrupalMessengerServiceTest::$defaultTheme property core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php The theme to install as the default for testing.
DrupalMessengerServiceTest::$modules property core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php Modules to install.
DrupalMessengerServiceTest::testDrupalMessengerService function core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php Tests Messenger service.
DrupalMessengerServiceTest::testStatusMessageAssertions function core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php Tests assertion methods in WebAssert related to status messages.
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.

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