Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
classy.info.yml file core/themes/classy/classy.info.yml core/themes/classy/classy.info.yml
classy.libraries.yml file core/themes/classy/classy.libraries.yml core/themes/classy/classy.libraries.yml
classy.theme file core/themes/classy/classy.theme Functions to support theming in the Classy theme.
ClassyPreprocessUnchangedTest class core/tests/Drupal/Tests/Core/Theme/ClassyPreprocessUnchangedTest.php Confirms that classy.theme has not added new functionality.
ClassyPreprocessUnchangedTest.php file core/tests/Drupal/Tests/Core/Theme/ClassyPreprocessUnchangedTest.php
ClassyPreprocessUnchangedTest::testNoNewPreprocess function core/tests/Drupal/Tests/Core/Theme/ClassyPreprocessUnchangedTest.php Confirms that classy.theme has not added any new functionality.
ClassyTemplatesIdenticalToStableTest class core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have identical equivalents in Stable.
ClassyTemplatesIdenticalToStableTest.php file core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php A list of the Classy templates that have identical copies in Stable.
ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have equivalents in Stable.
ClassyTest class core/themes/classy/tests/src/Kernel/ClassyTest.php Tests the Classy theme.
ClassyTest class core/themes/classy/tests/src/Functional/ClassyTest.php Tests the classy theme.
ClassyTest.php file core/themes/classy/tests/src/Kernel/ClassyTest.php
ClassyTest.php file core/themes/classy/tests/src/Functional/ClassyTest.php
ClassyTest::$defaultTheme property core/themes/classy/tests/src/Functional/ClassyTest.php The theme to install as the default for testing.
ClassyTest::$modules property core/themes/classy/tests/src/Kernel/ClassyTest.php Modules to enable.
ClassyTest::setUp function core/themes/classy/tests/src/Kernel/ClassyTest.php
ClassyTest::testClassyTheme function core/themes/classy/tests/src/Kernel/ClassyTest.php Tests the classy theme.
ClassyTest::testRegressionMissingMessagesCss function core/themes/classy/tests/src/Functional/ClassyTest.php Tests that the Classy theme always adds its message CSS.
ClassyUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that update hook uninstalls Classy when it's no longer needed.
ClassyUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php
ClassyUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Set database dump files to be used.
ClassyUninstallUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that Classy is disabled if it's no longer needed.
ClassyUninstallUpdateTest::testUpdateClassyNeeded function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is still needed.
ClassyUninstallUpdateTest::testUpdateClassyNotInstalled function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is not installed.
classy_form_alter function core/themes/classy/classy.theme Implements hook_form_alter().
classy_preprocess_image_widget function core/themes/classy/classy.theme Implements hook_preprocess_image_widget().
classy_preprocess_links__media_library_menu function core/themes/classy/classy.theme Implements hook_preprocess_links__media_library_menu().
class_resolver service core/core.services.yml Drupal\Core\DependencyInjection\ClassResolver
clearfix.module.css file core/themes/stable/css/system/components/clearfix.module.css Float clearing.
clearfix.module.css file core/themes/stable9/css/system/components/clearfix.module.css Float clearing.
clearfix.module.css file core/modules/system/css/components/clearfix.module.css Float clearing.
ClearTest class core/modules/system/tests/src/Functional/Cache/ClearTest.php
ClearTest.php file core/modules/system/tests/src/Functional/Cache/ClearTest.php
ClearTest::$defaultTheme property core/modules/system/tests/src/Functional/Cache/ClearTest.php The theme to install as the default for testing.
ClearTest::setUp function core/modules/system/tests/src/Functional/Cache/ClearTest.php
ClearTest::testFlushAllCaches function core/modules/system/tests/src/Functional/Cache/ClearTest.php Tests drupal_flush_all_caches().
ClickSortingAJAXTest class core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php Tests the click sorting AJAX functionality of Views exposed forms.
ClickSortingAJAXTest.php file core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
ClickSortingAJAXTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php The theme to install as the default for testing.
ClickSortingAJAXTest::$modules property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php Modules to enable.
ClickSortingAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
ClickSortingAJAXTest::setUp function core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
ClickSortingAJAXTest::testClickSorting function core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php Tests if sorting via AJAX works for the "Content" View.
ClientErrorResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php Response subscriber to set the '4xx-response' cache tag on 4xx responses.
ClientErrorResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php
ClientErrorResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php
ClientErrorResponseSubscriber::onRespond function core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php Sets the '4xx-response' cache tag on 4xx responses.
ClientFactory::$stack property core/lib/Drupal/Core/Http/ClientFactory.php The handler stack.
ClientFactory::fromOptions function core/lib/Drupal/Core/Http/ClientFactory.php Constructs a new client object from some configuration.

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