Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DrupalListener::addSkippedTest function core/tests/Drupal/Tests/Listeners/DrupalListener.php
DrupalListener::endTest function core/tests/Drupal/Tests/Listeners/DrupalListener.php
DrupalListener::startTest function core/tests/Drupal/Tests/Listeners/DrupalListener.php
DrupalListener::startTestSuite function core/tests/Drupal/Tests/Listeners/DrupalListener.php
DrupalListener::__construct function core/tests/Drupal/Tests/Listeners/DrupalListener.php Constructs the DrupalListener object.
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::testFatalExitCode function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php Tests that fatal errors return a non-zero exit code.
DrupalMedia class core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Defines the "drupalmedia" plugin.
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.
DrupalMedia.php file core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php
DrupalMedia::$moduleExtensionList property core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php The module extension list.
DrupalMedia::create function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Creates an instance of the plugin.
DrupalMedia::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMedia::getCssFiles function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php @todo Improve this in https://www.drupal.org/project/drupal/issues/3072063
DrupalMedia::getDependencies function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns a list of plugins this plugin requires.
DrupalMedia::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMedia::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns a list of libraries this plugin requires.
DrupalMedia::isEnabled function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Checks if this plugin should be enabled based on the editor configuration.
DrupalMedia::isInternal function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Indicates if this plugin is part of the optimized CKEditor build.
DrupalMedia::__construct function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Constructs a new DrupalMedia plugin object.
DrupalMediaLibrary class core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Defines the "drupalmedialibrary" plugin.
DrupalMediaLibrary.php file core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php
DrupalMediaLibrary::$mediaTypeStorage property core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php The media type entity storage.
DrupalMediaLibrary::$moduleExtensionList property core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php The module extension list.
DrupalMediaLibrary::create function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Creates an instance of the plugin.
DrupalMediaLibrary::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the buttons that this plugin provides, along with metadata.
DrupalMediaLibrary::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMediaLibrary::getDependencies function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns a list of plugins this plugin requires.
DrupalMediaLibrary::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMediaLibrary::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns a list of libraries this plugin requires.
DrupalMediaLibrary::isInternal function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Indicates if this plugin is part of the optimized CKEditor build.
DrupalMediaLibrary::__construct function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Constructs a new DrupalMediaLibrary plugin object.
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 enable.
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.
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.

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