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
IconPackManagerKernelTest::testGetExtractorPluginFormsWithDefault function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method with default.
IconPackManagerKernelTest::testGetIcon function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getIcon method.
IconPackManagerKernelTest::testGetIcons function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getIcons method.
IconPackManagerKernelTest::testListIconPackOptions function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::listIconPackOptions method.
IconPackManagerKernelTest::testProcessDefinition function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method.
IconPackManagerKernelTest::testProcessDefinitionDisabled function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with disable pack.
IconPackManagerKernelTest::testProcessDefinitionExceptionName function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with exception.
IconPackManagerKernelTest::testProcessDefinitionExceptionRequired function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with exception.
IconPackManagerKernelTest::TEST_ICON_FULL_ID constant core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Icon from icon_test module.
IconPackManagerTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconPackManagerTest.php Tests Drupal\Core\Theme\Icon\Plugin\IconPackManager.
IconPackManagerTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconPackManagerTest.php
IconPackManagerTest::providerIconPackLibraryName function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackManagerTest.php Data provider for ::testLibraryName().
IconPackManagerTest::testIconPackLibraryName function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackManagerTest.php Test the library names.
icons.css file core/themes/claro/css/classy/components/icons.css Visual styles for icons.
icons.css file core/themes/starterkit_theme/css/components/icons.css Visual styles for icons.
icons.css file core/profiles/demo_umami/themes/umami/css/classy/components/icons.css Visual styles for icons.
IconsTwigExtension class core/lib/Drupal/Core/Template/IconsTwigExtension.php Twig extension for icon.
IconsTwigExtension.php file core/lib/Drupal/Core/Template/IconsTwigExtension.php
IconsTwigExtension::getFunctions function core/lib/Drupal/Core/Template/IconsTwigExtension.php
IconsTwigExtension::getIconRenderable function core/lib/Drupal/Core/Template/IconsTwigExtension.php Get an icon renderable array.
IconsTwigExtensionTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconsTwigExtensionTest.php Tests Drupal\Core\Template\IconsTwigExtension.
IconsTwigExtensionTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconsTwigExtensionTest.php
IconsTwigExtensionTest::$iconsTwigExtension property core/tests/Drupal/Tests/Core/Theme/Icon/IconsTwigExtensionTest.php The twig extension.
IconsTwigExtensionTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/IconsTwigExtensionTest.php
IconsTwigExtensionTest::testGetFunctions function core/tests/Drupal/Tests/Core/Theme/Icon/IconsTwigExtensionTest.php Test the IconsTwigExtension::getFunctions method.
IconsTwigExtensionTest::testGetIconRenderable function core/tests/Drupal/Tests/Core/Theme/Icon/IconsTwigExtensionTest.php Test the IconsTwigExtension::getIconRenderable method.
IconTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php Tests Drupal\Core\Render\Element\Icon.
IconTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php
IconTest::$container property core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php The container.
IconTest::providerPreRenderIcon function core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php Data provider for ::testPreRenderIcon().
IconTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php
IconTest::testGetInfo function core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php Test the Icon::getInfo method.
IconTest::testPreRenderIcon function core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php Test the Icon::preRenderIcon method.
IconTest::testPreRenderIconEmptyValues function core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php Test the Icon::preRenderIcon method.
IconTest::testPreRenderIconNoIcon function core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php Test the Icon::preRenderIcon method.
IconTestTrait trait core/tests/Drupal/Tests/Core/Theme/Icon/IconTestTrait.php Provides methods to generate icons for tests.
IconTestTrait.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconTestTrait.php
IconTestTrait::createTestIcon function core/tests/Drupal/Tests/Core/Theme/Icon/IconTestTrait.php Create an icon.
icon_test.icons.yml file core/modules/system/tests/modules/icon_test/icon_test.icons.yml core/modules/system/tests/modules/icon_test/icon_test.icons.yml
icon_test.info.yml file core/modules/system/tests/modules/icon_test/icon_test.info.yml core/modules/system/tests/modules/icon_test/icon_test.info.yml
icon_test.schema.yml file core/modules/system/tests/modules/icon_test/config/schema/icon_test.schema.yml core/modules/system/tests/modules/icon_test/config/schema/icon_test.schema.yml
IdConflictForm::conflictsForm function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Build the markup for conflict warnings.
IdConflictForm::formatConflicts function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Formats a set of failing audit results as strings.
IdConflictForm::submitForm function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Form submission handler.
IdConflictTest class core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Tests Drupal 6 Id Conflict page.
IdConflictTest class core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Tests Drupal 7 Id Conflict page.
IdConflictTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php
IdConflictTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php
IdConflictTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Modules to install.
IdConflictTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Modules to install.

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