Search for icon
Title | Object type | File name | Summary |
---|---|---|---|
LayoutDefinition::getIconPath | function | core/ |
Gets the icon path for this layout definition. |
LayoutDefinition::setIconMap | function | core/ |
Sets the icon map for this layout definition. |
LayoutDefinition::setIconPath | function | core/ |
Sets the icon path for this layout definition. |
LegacyFileModuleTest::testFileIconClassDeprecation | function | core/ |
@covers ::file_icon_class |
LegacyFileModuleTest::testFileIconMapDeprecation | function | core/ |
@covers ::file_icon_map |
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); } |
LoggingTest::testEnableMultiConnectionLogging | function | core/ |
Tests that we can log queries separately on different connections. |
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); } |
MenuUiContentModerationTest | class | core/ |
Tests Menu UI and Content Moderation integration. |
MenuUiContentModerationTest.php | file | core/ |
|
MenuUiContentModerationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
MenuUiContentModerationTest::$modules | property | core/ |
Modules to install. |
MenuUiContentModerationTest::setUp | function | core/ |
|
MenuUiContentModerationTest::testMenuUiWithPendingRevisions | function | core/ |
Tests that node drafts can not modify the menu settings. |
MenuUiContentModerationTest::testMenuUiWithUnpublishedContent | function | core/ |
Tests that unpublished content can be selected through the menu UI. |
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); } |
RouteProcessorCsrfTest::testProcessOutboundDynamicOne | function | core/ |
Tests the processOutbound() method with a dynamic path and one replacement. |
shortcut.icons.theme.css | file | core/ |
Styling for the shortcut module icons. |
shortcut.icons.theme.css | file | core/ |
Styling for the shortcut module icons. |
shortcut.icons.theme.pcss.css | file | core/ |
Styling for the shortcut module icons. |
SvgIconBuilder | class | core/ |
Builds SVG layout icons. |
SvgIconBuilder.php | file | core/ |
|
SvgIconBuilder::$height | property | core/ |
The height of the SVG. |
SvgIconBuilder::$id | property | core/ |
The machine name of the layout. |
SvgIconBuilder::$label | property | core/ |
The label of the layout. |
SvgIconBuilder::$padding | property | core/ |
The padding between regions. |
SvgIconBuilder::$strokeWidth | property | core/ |
The width of region borders. |
SvgIconBuilder::$width | property | core/ |
The width of the SVG. |
SvgIconBuilder::build | function | core/ |
|
SvgIconBuilder::buildRenderArray | function | core/ |
Builds a render array representation of an SVG. |
SvgIconBuilder::calculateSvgValues | function | core/ |
Calculates the dimensions and offsets of all regions. |
SvgIconBuilder::getLength | function | core/ |
Gets the height or width of a region. |
SvgIconBuilder::getOffset | function | core/ |
Gets the offset for this region. |
SvgIconBuilder::setHeight | function | core/ |
|
SvgIconBuilder::setId | function | core/ |
|
SvgIconBuilder::setLabel | function | core/ |
|
SvgIconBuilder::setPadding | function | core/ |
|
SvgIconBuilder::setStrokeWidth | function | core/ |
|
SvgIconBuilder::setWidth | function | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.