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 11.x for %s
  6. Other projects
Title Object type File name Summary
drupal.css file core/misc/dialog/off-canvas/css/drupal.css Recreate Drupal admin styling that was removed with reset.
drupal.INSTALL.txt file core/assets/scaffold/files/drupal.INSTALL.txt Read core/INSTALL.txt for detailed installation instructions for your Drupal
website.
drupal.pcss.css file core/misc/dialog/off-canvas/css/drupal.pcss.css Recreate Drupal admin styling that was removed with reset.
Drupal6SqlBaseTest class core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests the D6 SQL base class.
Drupal6SqlBaseTest.php file core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Drupal6SqlBaseTest::$base property core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php The DrupalSqlBase object.
Drupal6SqlBaseTest::$databaseContents property core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Minimum database contents needed to test Drupal6SqlBase.
Drupal6SqlBaseTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Define bare minimum migration configuration.
Drupal6SqlBaseTest::setUp function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Drupal6SqlBaseTest::testDrupal6ModuleExists function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::moduleExists().
Drupal6SqlBaseTest::testGetModuleSchemaVersion function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getModuleSchemaVersion().
Drupal6SqlBaseTest::testGetSystemData function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getSystemData().
Drupal6SqlBaseTest::testVariableGet function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::variableGet().
Drupal::accessManager function core/lib/Drupal.php Returns the access manager service.
Drupal::classResolver function core/lib/Drupal.php Retrieves the class resolver.
Drupal::CORE_MINIMUM_SCHEMA_VERSION constant core/lib/Drupal.php Core minimum schema version.
Drupal::csrfToken function core/lib/Drupal.php Returns the CSRF token manager service.
Drupal::currentUser function core/lib/Drupal.php Gets the current active user.
Drupal::database function core/lib/Drupal.php Returns the current primary database.
Drupal::destination function core/lib/Drupal.php Returns the redirect destination helper.
Drupal::hasContainer function core/lib/Drupal.php Returns TRUE if the container has been initialized, FALSE otherwise.
Drupal::hasRequest function core/lib/Drupal.php Indicates if there is a currently active request object.
Drupal::hasService function core/lib/Drupal.php Indicates if a service is defined in the container.
Drupal::installProfile function core/lib/Drupal.php Gets the active install profile.
Drupal::isConfigSyncing function core/lib/Drupal.php Gets the syncing state.
Drupal::messenger function core/lib/Drupal.php Returns the messenger.
Drupal::request function core/lib/Drupal.php Retrieves the currently active request object.
Drupal::requestStack function core/lib/Drupal.php Retrieves the request stack.
Drupal::service function core/lib/Drupal.php Retrieves a service from the container.
Drupal::setContainer function core/lib/Drupal.php Sets a new global container.
Drupal::state function core/lib/Drupal.php Returns the state storage service.
Drupal::translation function core/lib/Drupal.php Returns the string translation service.
Drupal::TRANSLATION_DEFAULT_SERVER_PATTERN constant core/lib/Drupal.php Default location of gettext file on the translation server.
Drupal::transliteration function core/lib/Drupal.php Returns the transliteration service.
Drupal::unsetContainer function core/lib/Drupal.php Unsets the global container.
Drupal::VERSION constant core/lib/Drupal.php The current system version.
DrupalAspectsOfCKEditor5Plugin class core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php Define a Drupal aspects of CKEditor5 plugin.
DrupalAspectsOfCKEditor5Plugin class core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php Defines the "Drupal aspects of a CKEditor5Plugin" annotation object.
DrupalAspectsOfCKEditor5Plugin.php file core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php
DrupalAspectsOfCKEditor5Plugin.php file core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php
DrupalAspectsOfCKEditor5Plugin::$admin_library property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The admin library this plugin provides.
DrupalAspectsOfCKEditor5Plugin::$class property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The CKEditor 5 plugin class.
DrupalAspectsOfCKEditor5Plugin::$conditions property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php List of conditions to enable this plugin.
DrupalAspectsOfCKEditor5Plugin::$deriver property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The CKEditor 5 plugin deriver class.
DrupalAspectsOfCKEditor5Plugin::$elements property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php List of elements and attributes provided.
DrupalAspectsOfCKEditor5Plugin::$label property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The human-readable name of the CKEditor plugin.
DrupalAspectsOfCKEditor5Plugin::$library property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The library this plugin requires.
DrupalAspectsOfCKEditor5Plugin::$toolbar_items property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php List of toolbar items the plugin provides.
DrupalAspectsOfCKEditor5Plugin::__construct function core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php Constructs a DrupalAspectsOfCKEditor5Plugin attribute.
DrupalComponentTest class core/tests/Drupal/Tests/Component/DrupalComponentTest.php General tests for \Drupal\Component that can't go anywhere else.

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