Search for icon
Title | Object type | File name | Summary |
---|---|---|---|
AddFeedTest::testFeedIconEscaping | function | core/ |
Checks that special characters are correctly escaped. |
comment.icon.theme.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .field-icon-comment { color: red; background-image: url("data:image/svg+xml,%3csvg… |
comment.icon.theme.pcss.css | file | core/ |
.field-icon-comment { color: red; background-image: url(../../../misc/icons/55565b/comment.svg); } |
contextual.icons.theme.css | file | core/ |
Styling for contextual module icons. |
contextual.icons.theme.css | file | core/ |
Styling for contextual module icons. |
contextual.icons.theme.pcss.css | file | core/ |
Styling for contextual module icons. |
Drupal\Core\Layout\Icon\IconBuilderInterface | service | core/ |
|
feed-icon.html.twig | file | core/ |
Theme override for a feed icon. |
feed-icon.html.twig | file | core/ |
Theme override for a feed icon. |
feed-icon.html.twig | file | core/ |
Default theme implementation for a feed icon. |
field_ui.icons.theme.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore cacbd */ .field-option__icon { position: relative; height: 100%; background-image:… |
field_ui.icons.theme.pcss.css | file | core/ |
/* cspell:ignore cacbd */ .field-option__icon { position: relative; height: 100%; background-image: url(../../../misc/icons/cacbd2/puzzle_piece_placeholder.svg); background-repeat: no-repeat; background-position: center; background-size:… |
file.icon.theme.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .field-icon-file_upload { background-image: url("data:image/svg+xml,%3csvg height='36'… |
file.icon.theme.pcss.css | file | core/ |
.field-icon-file_upload { background-image: url(../../../misc/icons/55565b/file_upload.svg); } |
file_icon_class | function | core/ |
Gets a class for the icon for a MIME type. |
file_icon_map | function | core/ |
Determines the generic icon MIME package based on a file's MIME type. |
forum-icon.html.twig | file | core/ |
Theme override to display a status icon for a forum post. |
forum-icon.html.twig | file | core/ |
Theme override to display a status icon for a forum post. |
forum-icon.html.twig | file | core/ |
Default theme implementation to display a status icon for a forum post. |
forum-icon.html.twig | file | core/ |
Theme override to display a status icon for a forum post. |
icon-link.css | file | core/ |
Icon link component. |
icon-link.pcss.css | file | core/ |
Icon link component. |
IconBuilderInterface | interface | core/ |
Provides an interface for building layout icons. |
IconBuilderInterface.php | file | core/ |
|
IconBuilderInterface::build | function | core/ |
Builds a render array representation of an SVG based on an icon map. |
IconBuilderInterface::setHeight | function | core/ |
Sets the height. |
IconBuilderInterface::setId | function | core/ |
Sets the ID. |
IconBuilderInterface::setLabel | function | core/ |
Sets the label. |
IconBuilderInterface::setPadding | function | core/ |
Sets the padding. |
IconBuilderInterface::setStrokeWidth | function | core/ |
Sets the stroke width. |
IconBuilderInterface::setWidth | function | core/ |
Sets the width. |
IconBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Layout\Icon\SvgIconBuilder @group Layout |
IconBuilderTest.php | file | core/ |
|
IconBuilderTest::providerTestBuild | function | core/ |
|
IconBuilderTest::testBuild | function | core/ |
@covers ::build @covers ::buildRenderArray @covers ::calculateSvgValues @covers ::getLength @covers ::getOffset |
IconMimeTypes | class | core/ |
A utility class for working with MIME types. |
IconMimeTypes.php | file | core/ |
|
IconMimeTypes::getGenericMimeType | function | core/ |
Determines the generic icon MIME package based on a file's MIME type. |
IconMimeTypes::getIconClass | function | core/ |
Gets a class for the icon for a MIME type. |
icons.css | file | core/ |
Visual styles for icons. |
icons.css | file | core/ |
Visual styles for icons. |
icons.css | file | core/ |
Visual styles for icons. |
layout.icon_builder | service | core/ |
Drupal\Core\Layout\Icon\SvgIconBuilder |
Layout::$icon | property | core/ |
The path to the preview image (relative to the 'path' given). |
Layout::$icon_map | property | core/ |
The icon map. |
LayoutDefinition::$icon | property | core/ |
The path to the preview image. |
LayoutDefinition::$icon_map | property | core/ |
|
LayoutDefinition::getIcon | function | core/ |
Builds a render array for an icon representing the layout. |
LayoutDefinition::getIconBuilder | function | core/ |
Wraps the icon builder. |
LayoutDefinition::getIconMap | function | core/ |
Gets the icon map for this layout definition. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.