Search for details

  1. Search 7.x for details
  2. Search 9.5.x for details
  3. Search 8.9.x for details
  4. Search 10.3.x for details
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Details class core/lib/Drupal/Core/Render/Element/Details.php Provides a render element for a details element, similar to a fieldset.
Details class core/modules/system/tests/modules/element_info_test/src/Render/Element/Details.php Provides a render element for a details element.

All search results

Title Object type File name Summary
claro_preprocess_details function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for details.
claro_theme_suggestions_details_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for details.
CommentNameConstraintValidator::getAnonymousContactDetailsSetting function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Gets the anonymous contact details setting from the comment.
DbLogController::eventDetails function core/modules/dblog/src/Controller/DbLogController.php Displays details about a specific database log message.
Details class core/modules/system/tests/modules/element_info_test/src/Render/Element/Details.php Provides a render element for a details element.
Details class core/lib/Drupal/Core/Render/Element/Details.php Provides a render element for a details element, similar to a fieldset.
details--media-library-add-form-selected-media.html.twig file core/themes/claro/templates/media-library/details--media-library-add-form-selected-media.html.twig Theme override for the "Additional selected media" area of the modal media
library dialog.
details--vertical-tabs.html.twig file core/themes/claro/templates/navigation/details--vertical-tabs.html.twig Theme override for a details element.
details.css file core/misc/dialog/off-canvas/css/details.css Visual styling for summary and details in the off-canvas dialog.
details.css file core/themes/olivero/css/components/details.css Collapsible details.
details.css file core/profiles/demo_umami/themes/umami/css/classy/components/details.css Collapsible details.
details.css file core/themes/starterkit_theme/css/components/details.css Collapsible details.
details.css file core/themes/claro/css/components/details.css Collapsible details.
details.html.twig file core/themes/starterkit_theme/templates/form/details.html.twig Theme override for a details element.
details.html.twig file core/modules/system/templates/details.html.twig Default theme implementation for a details element.
details.html.twig file core/themes/claro/templates/details.html.twig Theme override for a details element.
details.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/form/details.html.twig Theme override for a details element.
details.html.twig file core/themes/stable9/templates/form/details.html.twig Theme override for a details element.
details.html.twig file core/themes/olivero/templates/form/details.html.twig Theme override for a details element.
details.module.css file core/modules/system/css/components/details.module.css Collapsible details.
details.module.css file core/themes/stable9/css/system/components/details.module.css Collapsible details.
details.pcss.css file core/themes/claro/css/components/details.pcss.css Collapsible details.
details.pcss.css file core/misc/dialog/off-canvas/css/details.pcss.css Visual styling for summary and details in the off-canvas dialog.
details.pcss.css file core/themes/olivero/css/components/details.pcss.css Collapsible details.
Details.php file core/modules/system/tests/modules/element_info_test/src/Render/Element/Details.php
Details.php file core/lib/Drupal/Core/Render/Element/Details.php
Details::getInfo function core/lib/Drupal/Core/Render/Element/Details.php Returns the element properties for this element.
Details::getInfo function core/modules/system/tests/modules/element_info_test/src/Render/Element/Details.php Returns the element properties for this element.
Details::preRenderDetails function core/modules/system/tests/modules/element_info_test/src/Render/Element/Details.php Adds form element theming to details.
Details::preRenderDetails function core/lib/Drupal/Core/Render/Element/Details.php Adds form element theming to details.
EditDetails class core/modules/views_ui/src/Form/Ajax/EditDetails.php Provides a form for editing the details of a View.
EditDetails.php file core/modules/views_ui/src/Form/Ajax/EditDetails.php
EditDetails::buildForm function core/modules/views_ui/src/Form/Ajax/EditDetails.php Form constructor.
EditDetails::getFormId function core/modules/views_ui/src/Form/Ajax/EditDetails.php Returns a unique string identifying the form.
EditDetails::getFormKey function core/modules/views_ui/src/Form/Ajax/EditDetails.php Returns the key that represents this form.
EditDetails::submitForm function core/modules/views_ui/src/Form/Ajax/EditDetails.php Form submission handler.
ElementTest::testDetailsDescriptionAttributes function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests description attributes of details.
ElementTest::testDetailsSummaryAttributes function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests summary attributes of details.
ElementTest::testRequiredFieldsetsAndDetails function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests the #required property on details and fieldset elements.
FormGroupingElementsTest::testDetailsChildVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests that details element children become visible.
FormGroupingElementsTest::testDetailsContainsRequiredTextfield function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests form submit with a required field in closed details element.
FormGroupingElementsTest::testDetailsContainsRequiredTextfieldAjaxForm function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests required field in closed details element with ajax form.
FormTestDetailsContainsRequiredTextfieldForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Builds a form to test a required textfield within a details element.
FormTestDetailsContainsRequiredTextfieldForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php
FormTestDetailsContainsRequiredTextfieldForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Form constructor.
FormTestDetailsContainsRequiredTextfieldForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Returns a unique string identifying the form.
FormTestDetailsContainsRequiredTextfieldForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Form submission handler.
FormTestDetailsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php Builds a simple form to test the #group property on #type 'container'.
FormTestDetailsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php
FormTestDetailsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php Form constructor.

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