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
IconPackManagerKernelTest::EXPECTED_TOTAL_TEST_ICONS constant core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php
IconPackManagerKernelTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php
IconPackManagerKernelTest::testConstructor function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::_construct method.
IconPackManagerKernelTest::testGetExtractorFormDefaults function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorFormDefault method.
IconPackManagerKernelTest::testGetExtractorPluginForms function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithAllowed function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
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/default_admin/css/base/icons.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/* cspell:ignore toleft, totop, tmgmt, webform */
:root {
--admin-icon-add:…
icons.css file core/themes/claro/css/classy/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.
icons.css file core/themes/starterkit_theme/css/components/icons.css Visual styles for icons.
icons.pcss.css file core/themes/default_admin/css/base/icons.pcss.css /* cspell:ignore toleft, totop, tmgmt, webform */
:root {
--admin-icon-add: url("../../migration/media/icons/general/add.svg");
--admin-icon-announcement: url("../../migration/media/icons/navigation/announcement.svg");
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
IdAuditor class core/modules/migrate/src/Audit/IdAuditor.php Audits migrations that create content entities in the destination system.

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