Search for icon
Title | Object type | File name | Summary |
---|---|---|---|
AddFeedTest::testFeedIconEscaping | function | core/ |
Checks that special characters are correctly escaped. |
ApiController | class | core/ |
Provides API endpoints to interact with a stage directory in functional test. |
ApiController.php | file | core/ |
|
ApiController::$finishedRoute | property | core/ |
The route to redirect to after the stage has been applied. |
ApiController::checkSetup | function | core/ |
Returns the information about current PHP server used for build tests. |
ApiController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
ApiController::createAndApplyStage | function | core/ |
Creates a stage, requires packages into it, and applies the changes. |
ApiController::finish | function | core/ |
Performs post-apply tasks and destroys the stage. |
ApiController::run | function | core/ |
Begins a stage life cycle. |
ApiController::__construct | function | core/ |
|
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/ |
Default theme implementation for a feed icon. |
feed-icon.html.twig | file | core/ |
Theme override 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); } |
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. |
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 |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.