Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
ClaroHooks::preprocessSelect function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for select.
ClaroHooks::preprocessStatusMessages function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for status_messages.
ClaroHooks::preprocessSystemThemesPage function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for system_themes_page.
ClaroHooks::preprocessTable function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for table.
ClaroHooks::preprocessTextFormatWrapper function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK().
ClaroHooks::preprocessViewsExposedForm function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_exposed_form.
ClaroHooks::preprocessViewsUiDisplayTabBucket function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_ui_display_tab_bucket.
ClaroHooks::preprocessViewsUiRearrangeFilterForm function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_ui_rearrange_filter_form.
ClaroHooks::preprocessViewsViewFieldsMediaLibrary function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_view_fields__media_library.
ClaroHooks::preprocessViewsViewTable function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_view_table.
ClaroHooks::themeRegistryAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_theme_registry_alter().
ClaroHooks::themeSuggestionsDetailsAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_theme_suggestions_HOOK_alter() for details.
ClaroHooks::themeSuggestionsFormElementAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_theme_suggestions_HOOK_alter() for form_element.
ClaroHooks::themeSuggestionsMaintenancePageAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_theme_suggestions_maintenance_page_alter().
ClaroHooks::viewsPreRender function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_views_pre_render().
ClaroHooks::viewsUiDisplayTabAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_views_ui_display_tab_alter().
ClaroHooks::viewsUiDisplayTopAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_views_ui_display_top_alter().
ClaroLayoutBuilderTest class core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Tests the layout builder with the Claro theme.
ClaroLayoutBuilderTest.php file core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php
ClaroLayoutBuilderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php The theme to install as the default for testing.
ClaroLayoutBuilderTest::$modules property core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Modules to install.
ClaroLayoutBuilderTest::setUp function core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php
ClaroLayoutBuilderTest::testContextualLinks function core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Tests the layout builder has expected contextual links with Claro.
ClaroLinkActionTrait trait core/themes/claro/src/ClaroLinkActionTrait.php Helper method for claro link to action conversion.
ClaroLinkActionTrait.php file core/themes/claro/src/ClaroLinkActionTrait.php
ClaroLinkActionTrait::convertLinkToActionLink function core/themes/claro/src/ClaroLinkActionTrait.php Converts a link render element to an action link.
ClaroMenuUiJavascriptTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php Runs MenuUiJavascriptTest in Claro.
ClaroMenuUiJavascriptTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php
ClaroMenuUiJavascriptTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php Modules to install.
ClaroMenuUiJavascriptTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php
ClaroMenuUiJavascriptTest::testBlockContextualLinks function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php Intentionally empty method.
ClaroModalDisplayTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php Tests that buttons in modals are not in their button pane.
ClaroModalDisplayTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php
ClaroModalDisplayTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php The theme to install as the default for testing.
ClaroModalDisplayTest::testModalAddAnother function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php Tests the position f "add another" button in dialogs.
ClaroPasswordConfirmWidgetTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests the password confirm widget with Claro theme.
ClaroPasswordConfirmWidgetTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php
ClaroPasswordConfirmWidgetTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php The theme to install as the default for testing.
ClaroPasswordConfirmWidgetTest::testFillConfirmOnly function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests the password confirm widget so that only confirm input is filled.
ClaroPasswordConfirmWidgetTest::testPasswordConfirmMessage function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests that password match message is invisible when widget is initialized.
ClaroPreRender class core/themes/claro/src/ClaroPreRender.php Implements trusted prerender callbacks for the Claro theme.
ClaroPreRender.php file core/themes/claro/src/ClaroPreRender.php
ClaroPreRender::container function core/themes/claro/src/ClaroPreRender.php Prerender callback for container elements.
ClaroPreRender::managedFile function core/themes/claro/src/ClaroPreRender.php Prerender callback for managed_file.
ClaroPreRender::messagePlaceholder function core/themes/claro/src/ClaroPreRender.php Prerender callback for status_messages placeholder.
ClaroPreRender::operations function core/themes/claro/src/ClaroPreRender.php Prerender callback for the Operations element.
ClaroPreRender::textFormat function core/themes/claro/src/ClaroPreRender.php Prerender callback for text_format elements.
ClaroPreRender::trustedCallbacks function core/themes/claro/src/ClaroPreRender.php Lists the trusted callbacks provided by the implementing class.
ClaroPreRender::verticalTabs function core/themes/claro/src/ClaroPreRender.php Prerender callback for Vertical Tabs element.
ClaroTableDragTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Tests draggable tables with Claro theme.

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