Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
DocParserTest::testDefaultAnnotationValueIsNotOverwritten function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testWithoutConstructorWhenHasNoProperties function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DownloadTest::$fileUrlGenerator property core/modules/file/tests/src/Functional/DownloadTest.php The file URL generator.
DownloadTest::testOverwritingDownload function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests a download that overwrites an existing local file.
DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency function core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php Tests determine drivers autoloading failing on missing dependency.
DriverSpecificConnectionUnitTestBase::$monitor property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php A database connection used for monitoring processes.
DriverSpecificConnectionUnitTestBase::testOpenClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() without query.
DriverSpecificConnectionUnitTestBase::testOpenQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query.
DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query and custom prefetch method.
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a select query.
DriverSpecificSchemaTestBase::testChangePrimaryKeyToSerial function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests converting an int to a serial when the int column has data.
Dropbutton class core/lib/Drupal/Core/Render/Element/Dropbutton.php Provides a render element for a set of links rendered as a drop-down button.
Dropbutton class core/modules/views/src/Plugin/views/field/Dropbutton.php Provides a handler that renders links as dropbutton.
dropbutton-noscript.css file core/themes/claro/css/components/dropbutton-noscript.css Dropbutton styles for when JavaScript is not loaded.
dropbutton-noscript.pcss.css file core/themes/claro/css/components/dropbutton-noscript.pcss.css Dropbutton styles for when JavaScript is not loaded.
dropbutton-wrapper.html.twig file core/themes/stable9/templates/form/dropbutton-wrapper.html.twig Theme override for a dropbutton wrapper.
dropbutton-wrapper.html.twig file core/themes/starterkit_theme/templates/form/dropbutton-wrapper.html.twig Theme override for a dropbutton wrapper.
dropbutton-wrapper.html.twig file core/modules/system/templates/dropbutton-wrapper.html.twig Default theme implementation for a dropbutton wrapper.
dropbutton.css file core/profiles/demo_umami/themes/umami/css/classy/components/dropbutton.css General styles for dropbuttons.
dropbutton.css file core/misc/dialog/off-canvas/css/dropbutton.css Styles for dropbuttons in the off-canvas dialog.
dropbutton.css file core/misc/dropbutton/dropbutton.css Base styles for dropbuttons.
dropbutton.css file core/themes/olivero/css/components/dropbutton.css Dropbutton styles.
dropbutton.css file core/themes/stable9/css/core/dropbutton/dropbutton.css Base styles for dropbuttons.
dropbutton.css file core/themes/claro/css/components/dropbutton.css Dropbutton styles.
dropbutton.css file core/themes/starterkit_theme/css/components/dropbutton.css General styles for dropbuttons.
dropbutton.pcss.css file core/misc/dialog/off-canvas/css/dropbutton.pcss.css Styles for dropbuttons in the off-canvas dialog.
dropbutton.pcss.css file core/themes/olivero/css/components/dropbutton.pcss.css Dropbutton styles.
dropbutton.pcss.css file core/themes/claro/css/components/dropbutton.pcss.css Dropbutton styles.
Dropbutton.php file core/modules/views/src/Plugin/views/field/Dropbutton.php
Dropbutton.php file core/lib/Drupal/Core/Render/Element/Dropbutton.php
Dropbutton::getInfo function core/lib/Drupal/Core/Render/Element/Dropbutton.php Returns the element properties for this element.
Dropbutton::preRenderDropbutton function core/lib/Drupal/Core/Render/Element/Dropbutton.php Pre-render callback: Attaches the dropbutton library and required markup.
Dropbutton::render function core/modules/views/src/Plugin/views/field/Dropbutton.php Renders the field.
Drupal::configFactory function core/lib/Drupal.php Retrieves the configuration factory.
Drupal::csrfToken function core/lib/Drupal.php Returns the CSRF token manager service.
Drupal::linkGenerator function core/lib/Drupal.php Returns the link generator service.
Drupal::pathValidator function core/lib/Drupal.php Returns the path validator.
Drupal::token function core/lib/Drupal.php Returns the token service.
Drupal::urlGenerator function core/lib/Drupal.php Returns the URL generator service.
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.

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