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 11.x for to
  5. Other projects
Title Object type File name Summary
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/modules/views/src/Plugin/views/field/Dropbutton.php Provides a handler that renders links as dropbutton.
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-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
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/Annotation/DrupalAspectsOfCKEditor5Plugin.php
DrupalAspectsOfCKEditor5Plugin.php file core/modules/ckeditor5/src/Attribute/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.
DrupalKernel::$configStorage property core/lib/Drupal/Core/DrupalKernel.php Config storage object used for reading enabled modules configuration.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Returns the active configuration storage to use during building the container.
DrupalKernel::getServicesToPersist function core/lib/Drupal/Core/DrupalKernel.php Returns service instances to persist from an old container to a new one.

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