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 main for %s
  6. Other projects
Title Object type File name Summary
IconPackManager::providerExists function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Determines if the provider of a definition exists.
IconPackManager::SCHEMA_VALIDATE constant core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php
IconPackManager::setValidator function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Sets the validator service if available.
IconPackManager::__construct function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Constructs the IconPackPluginManager object.
IconPackManagerInterface::getExtractorFormDefaults function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor default options.
IconPackManagerInterface::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor forms based on the provided icon set limit.
IconPackManagerInterface::getIcons function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Get a list of all the icons within definitions.
IconPackManagerInterface::listIconPackOptions function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Populates a key-value pair of available icon pack.
IconPackManagerKernelTest class core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Tests values are from test module icon_test.
IconPackManagerKernelTest.php file core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php
IconPackManagerKernelTest::$appRoot property core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php The App root instance.
IconPackManagerKernelTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Modules to install.
IconPackManagerKernelTest::$pluginManagerIconPack property core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php The IconPackManager instance.
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/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.
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.

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