Search for icon

  1. Search 7.x for icon
  2. Search 9.5.x for icon
  3. Search 8.9.x for icon
  4. Search 10.3.x for icon
  5. Other projects
Title Object type File name Summary
AddFeedTest::testFeedIconEscaping function core/modules/system/tests/src/Kernel/Common/AddFeedTest.php Checks that special characters are correctly escaped.
CKEditor5PluginManagerTest::testDeprecatedIcons function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests deprecation and backwards compatibility of icon names.
contextual.icons.theme.css file core/themes/stable9/css/contextual/contextual.icons.theme.css Styling for contextual module icons.
contextual.icons.theme.css file core/modules/contextual/css/contextual.icons.theme.css Styling for contextual module icons.
Drupal\Core\Template\IconsTwigExtension service core/core.services.yml
Drupal\Core\Theme\Icon\IconCollector service core/core.services.yml
Drupal\Core\Theme\Icon\IconFinder service core/core.services.yml
feed-icon.html.twig file core/themes/olivero/templates/misc/feed-icon.html.twig Theme override for a feed icon.
feed-icon.html.twig file core/themes/stable9/templates/media-library/feed-icon.html.twig Theme override for a feed icon.
feed-icon.html.twig file core/modules/system/templates/feed-icon.html.twig Default theme implementation for a feed icon.
icon-link.css file core/themes/claro/css/components/icon-link.css Icon link component.
icon-link.pcss.css file core/themes/claro/css/components/icon-link.pcss.css Icon link component.
IconBuilderInterface interface core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Provides an interface for building layout icons.
IconBuilderInterface.php file core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php
IconBuilderInterface::build function core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Builds a render array representation of an SVG based on an icon map.
IconBuilderInterface::setHeight function core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Sets the height.
IconBuilderInterface::setId function core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Sets the ID.
IconBuilderInterface::setLabel function core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Sets the label.
IconBuilderInterface::setPadding function core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Sets the padding.
IconBuilderInterface::setStrokeWidth function core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Sets the stroke width.
IconBuilderInterface::setWidth function core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php Sets the width.
IconBuilderTest class core/tests/Drupal/KernelTests/Core/Layout/IconBuilderTest.php @coversDefaultClass \Drupal\Core\Layout\Icon\SvgIconBuilder[[api-linebreak]]
@group Layout
IconBuilderTest.php file core/tests/Drupal/KernelTests/Core/Layout/IconBuilderTest.php
IconBuilderTest::providerTestBuild function core/tests/Drupal/KernelTests/Core/Layout/IconBuilderTest.php Returns data for testing the icon builder.
IconBuilderTest::testBuild function core/tests/Drupal/KernelTests/Core/Layout/IconBuilderTest.php @covers ::build[[api-linebreak]]
@covers ::buildRenderArray[[api-linebreak]]
@covers ::calculateSvgValues[[api-linebreak]]
@covers ::getLength[[api-linebreak]]
@covers ::getOffset[[api-linebreak]]
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.
layout.icon_builder service core/modules/layout_discovery/layout_discovery.services.yml Drupal\Core\Layout\Icon\SvgIconBuilder
Layout::$icon property core/lib/Drupal/Core/Layout/Annotation/Layout.php The path to the preview image (relative to the 'path' given).
Layout::$icon_map property core/lib/Drupal/Core/Layout/Annotation/Layout.php The icon map.
LayoutDefinition::$icon property core/lib/Drupal/Core/Layout/LayoutDefinition.php The path to the preview image.
LayoutDefinition::$icon_map property core/lib/Drupal/Core/Layout/LayoutDefinition.php An array defining the regions of a layout.
LayoutDefinition::getIcon function core/lib/Drupal/Core/Layout/LayoutDefinition.php Builds a render array for an icon representing the layout.
LayoutDefinition::getIconBuilder function core/lib/Drupal/Core/Layout/LayoutDefinition.php Wraps the icon builder.
LayoutDefinition::getIconMap function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the icon map for this layout definition.
LayoutDefinition::getIconPath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the icon path for this layout definition.
LayoutDefinition::setIconMap function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the icon map for this layout definition.
LayoutDefinition::setIconPath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the icon path for this layout definition.
LoggingTest::testEnableMultiConnectionLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can log queries separately on different connections.
MenuUiContentModerationTest class core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Tests Menu UI and Content Moderation integration.
MenuUiContentModerationTest.php file core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
MenuUiContentModerationTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php The theme to install as the default for testing.
MenuUiContentModerationTest::$modules property core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Modules to install.
MenuUiContentModerationTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
MenuUiContentModerationTest::testMenuUiWithPendingRevisions function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Tests that node drafts can not modify the menu settings.
MenuUiContentModerationTest::testMenuUiWithUnpublishedContent function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Tests that unpublished content can be selected through the menu UI.
plugin.manager.icon_extractor service core/core.services.yml Drupal\Core\Theme\Icon\IconExtractorPluginManager
plugin.manager.icon_pack service core/core.services.yml Drupal\Core\Theme\Icon\Plugin\IconPackManager
RouteProcessorCsrfTest::testProcessOutboundDynamicOne function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php Tests the processOutbound() method with a dynamic path and one replacement.

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