Search for icon
Title | Object type | File name | Summary |
---|---|---|---|
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.pcss.css | file | core/ |
Styling for contextual module icons. |
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); } |
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. |
link.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-link { background-image: url("data:image/svg+xml,%3csvg height='38'… |
link.icon.theme.pcss.css | file | core/ |
.field-icon-link { background-image: url(../../../misc/icons/55565b/link.svg); } |
media.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 */ /* cspell:ignore uientity referencemedia */ .field-icon-field-uientity-referencemedia { background-image:… |
media.icon.theme.pcss.css | file | core/ |
/* cspell:ignore uientity referencemedia */ .field-icon-field-uientity-referencemedia { background-image: url(../../../misc/icons/55565b/media.svg); } |
MenuUiContentTranslationTest | class | core/ |
Tests Menu UI and Content Translation integration for content entities. |
MenuUiContentTranslationTest.php | file | core/ |
|
MenuUiContentTranslationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
MenuUiContentTranslationTest::$modules | property | core/ |
Modules to install. |
MenuUiContentTranslationTest::getContentEntityByTitle | function | core/ |
Gets a content entity object by title. |
MenuUiContentTranslationTest::provideChangeContentToPseudoLanguageData | function | core/ |
Provides test data sets for testChangeContentToPseudoLanguage(). |
MenuUiContentTranslationTest::setUp | function | core/ |
|
MenuUiContentTranslationTest::testChangeContentToPseudoLanguage | function | core/ |
Tests changing content with menu link from language to pseudo language. |
options.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-selection_list { background-image: url("data:image/svg+xml,%3csvg height='36'… |
options.icon.theme.pcss.css | file | core/ |
.field-icon-selection_list { background-image: url(../../../misc/icons/55565b/selection_list.svg); } |
shortcut.icons.theme.pcss.css | file | core/ |
Styling for the shortcut module icons. |
telephone.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-telephone { background-image: url("data:image/svg+xml,%3csvg height='36'… |
telephone.icon.theme.pcss.css | file | core/ |
.field-icon-telephone { background-image: url(../../../misc/icons/55565b/telephone.svg); } |
text.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-formatted_text { background-image: url("data:image/svg+xml,%3csvg height='36'… |
text.icon.theme.pcss.css | file | core/ |
.field-icon-formatted_text { background-image: url(../../../misc/icons/55565b/formatted_text.svg); } |
toolbar.icons.theme.pcss.css | file | core/ |
Styling for toolbar module icons. |
user.icons.admin.pcss.css | file | core/ |
Styling for the user module icons. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.