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 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ClaroTableDragTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::$indentationXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::testNoDuplicates function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Ensures that there are no duplicate tabledrag handles.
ClaroTest class core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests the Claro theme.
ClaroTest.php file core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
ClaroTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
ClaroTest::$modules property core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Modules to install.
ClaroTest::testConfigSchema function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests Claro's configuration schema.
ClaroTest::testIsUninstallable function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests that the Claro theme can be uninstalled.
ClaroTest::testPagerAttribute function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests pager attribute is present using pager_test.
ClaroTest::testRegressionMissingElementsCss function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Testing that Claro theme's global library is always attached.
ClaroVerticalTabsTest class core/tests/Drupal/KernelTests/Core/Theme/ClaroVerticalTabsTest.php Confirms that Claro can render vertical tabs correctly.
ClaroVerticalTabsTest.php file core/tests/Drupal/KernelTests/Core/Theme/ClaroVerticalTabsTest.php
ClaroVerticalTabsTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ClaroVerticalTabsTest.php
ClaroVerticalTabsTest::testVerticalTabs function core/tests/Drupal/KernelTests/Core/Theme/ClaroVerticalTabsTest.php Confirms that Claro can render vertical tabs correctly.
ClaroViewsBulkOperationsTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsBulkOperationsTest.php Tests Claro's Views Bulk Operations form.
ClaroViewsBulkOperationsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsBulkOperationsTest.php
ClaroViewsBulkOperationsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsBulkOperationsTest.php
ClaroViewsBulkOperationsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsBulkOperationsTest.php
ClaroViewsBulkOperationsTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsBulkOperationsTest.php
ClaroViewsBulkOperationsTest::testBulkOperationsUi function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsBulkOperationsTest.php Tests the dynamic Bulk Operations form.
ClaroViewsUiTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Runs tests on Views UI using Claro.
ClaroViewsUiTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
ClaroViewsUiTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
ClaroViewsUiTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
ClaroViewsUiTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
ClaroViewsUiTest::testViewsUiDropButtonCssClasses function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Tests Views UI dropbutton CSS classes.
ClaroViewsUiTest::testViewsUiTabsCssClasses function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Tests Views UI display menu tabs CSS classes.
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().
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
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 Tests Drupal\Component\ClassFinder\ClassFinder.
ClassFinderTest.php file core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php
ClassFinderTest::testFindFile function core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php Tests find file.
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
ClassLoaderTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
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.

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