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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
claro_preprocess_media_library_item__widget function core/themes/claro/claro.theme Implements hook_preprocess_media_library_item__widget().
claro_preprocess_menu_local_action function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for menu-local-action templates.
claro_preprocess_menu_local_task function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for menu-local-task templates.
claro_preprocess_menu_local_tasks function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for menu-local-tasks templates.
claro_preprocess_menu_local_task__views_ui function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for menu-local-task Views UI templates.
claro_preprocess_node_add_list function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for node_add_list.
claro_preprocess_select function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for select.
claro_preprocess_status_messages function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for status_messages.
claro_preprocess_system_themes_page function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for system_themes_page.
claro_preprocess_table function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for table.
claro_preprocess_text_format_wrapper function core/themes/claro/claro.theme Implements template_preprocess_text_format_wrapper().
claro_preprocess_toolbar function core/themes/claro/claro.theme Implements hook_preprocess_toolbar().
claro_preprocess_views_exposed_form function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for views_exposed_form.
claro_preprocess_views_ui_display_tab_bucket function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for views_ui_display_tab_bucket.
claro_preprocess_views_ui_rearrange_filter_form function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the Views UI rearrange filter form.
claro_preprocess_views_view_fields__media_library function core/themes/claro/claro.theme Implements hook_preprocess_views_view_fields().
claro_preprocess_views_view_table function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for views_view_table.
claro_system_module_invoked_library_info_alter function core/themes/claro/claro.theme Called by system.module via its hook_library_info_alter().
claro_system_module_invoked_theme_registry_alter function core/themes/claro/claro.theme Called by system.module via its hook_theme_registry_alter().
claro_theme_registry_alter function core/themes/claro/claro.theme Implements hook_theme_registry_alter().
claro_theme_suggestions_details_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for details.
claro_theme_suggestions_form_element_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for form_element.
claro_theme_suggestions_maintenance_page_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_maintenance_page_alter().
claro_views_pre_render function core/themes/claro/claro.theme Implements hook_views_pre_render().
claro_views_ui_display_tab_alter function core/themes/claro/claro.theme Implements hook_views_ui_display_tab_alter().
claro_views_ui_display_top_alter function core/themes/claro/claro.theme Implements hook_views_ui_display_top_alter().
ClassFinder class core/lib/Drupal/Component/ClassFinder/ClassFinder.php A Utility class that uses active autoloaders to find a file for a class.
ClassFinder.php file core/lib/Drupal/Component/ClassFinder/ClassFinder.php
ClassFinder::findFile function core/lib/Drupal/Component/ClassFinder/ClassFinder.php Finds a class.
ClassFinderInterface interface core/lib/Drupal/Component/ClassFinder/ClassFinderInterface.php Finds a class in a PSR-0 structure.
ClassFinderInterface.php file core/lib/Drupal/Component/ClassFinder/ClassFinderInterface.php
ClassFinderInterface::findFile function core/lib/Drupal/Component/ClassFinder/ClassFinderInterface.php Finds a class.
ClassFinderTest class core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php @coversDefaultClass \Drupal\Component\ClassFinder\ClassFinder[[api-linebreak]]
@group ClassFinder
ClassFinderTest.php file core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php
ClassFinderTest::testFindFile function core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php @covers ::findFile[[api-linebreak]]
ClassLoaderTest class core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests class loading for modules.
ClassLoaderTest.php file core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
ClassLoaderTest::$apcuEnsureUniquePrefix property core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php The flag to set 'apcu_ensure_unique_prefix' setting.
ClassLoaderTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php The theme to install as the default for testing.
ClassLoaderTest::$expected property core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php The expected result from calling the module-provided class' method.
ClassLoaderTest::testAutoloadFromModuleFile function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that .module files can use class constants in main section.
ClassLoaderTest::testClassLoading function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can be loaded when a module is enabled.
ClassLoaderTest::testClassLoadingDisabledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded from disabled modules.
ClassLoaderTest::testClassLoadingNotInstalledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded if module not installed.
ClassLoaderTest::testMultipleModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Ensures the negative caches in the class loader don't result in crashes.
ClassRequiresAvailable class core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php @requires externalCommand available_command
ClassRequiresAvailable::externalCommandIsAvailable function core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php Determine if an external command is available.
ClassRequiresUnavailable class core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php @requires externalCommand unavailable_command
ClassResolver class core/lib/Drupal/Core/DependencyInjection/ClassResolver.php Implements the class resolver interface supporting class names and services.
ClassResolver.php file core/lib/Drupal/Core/DependencyInjection/ClassResolver.php

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