Files - main - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| my-cta-with-variant-prop.component.yml | core/ |
core/modules/system/tests/modules/sdc_test/components/my-cta-with-variant-prop/my-cta-with-variant-prop.component.yml | ||
| my-cta-with-variant-prop.twig | core/ |
{% if target is not empty %} {% set attributes = attributes.setAttribute('target', target) %} {% endif %} {% if variant is not empty %} {% set attributes = attributes.addClass('my-cta-' ~ variant) %} {% endif %} <a {{… | ||
| my-cta.component.yml | core/ |
core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.component.yml | ||
| my-cta.css | core/ |
.component--my-cta { margin: 0; padding: 1em 2em; text-decoration: none; text-transform: uppercase; color: white; background-color: #008068; } | ||
| my-cta.twig | core/ |
{% if target is not empty %} {% set attributes = attributes.setAttribute('target', target) %} {% endif %} {% if variant is not empty %} {% set attributes = attributes.addClass('my-cta-' ~ variant) %} {% endif %} <a {{… | ||
| mysql.info.yml | core/ |
core/modules/mysql/mysql.info.yml | ||
| mysql.services.yml | core/ |
core/modules/mysql/mysql.services.yml | ||
| MySqlCastedIntFieldJoinTest.php | core/ |
Drupal\Tests\mysql\Kernel\mysql\Plugin\views | ||
| MysqlCastSql.php | core/ |
Drupal\mysql\Plugin\views\query | ||
| MysqlDateSql.php | core/ |
Drupal\views\Plugin\views\query | ||
| MysqlDateSqlTest.php | core/ |
Drupal\Tests\views\Unit\Plugin\views\query | ||
| MysqlDriverTest.php | core/ |
Drupal\Tests\mysql\Kernel\mysql | ||
| MysqlHooks.php | core/ |
Drupal\mysql\Hook | ||
| mysqli.info.yml | core/ |
core/modules/mysqli/mysqli.info.yml | ||
| mysqli.services.yml | core/ |
core/modules/mysqli/mysqli.services.yml | ||
| MysqliCastSql.php | core/ |
Drupal\mysqli\Plugin\views\query | ||
| MysqliHooks.php | core/ |
Drupal\mysqli\Hook | ||
| MysqlRequirements.php | core/ |
Drupal\mysql\Hook | ||
| MysqlServiceProvider.php | core/ |
Drupal\mysql | ||
| Name.php | core/ |
Drupal\user\Plugin\views\filter | ||
| NamedPlaceholderConverter.php | core/ |
Drupal\mysqli\Driver\Database\mysqli | ||
| NamedPlaceholderConverterTest.php | core/ |
Drupal\Tests\mysqli\Unit | ||
| name_collision_test.info.yml | core/ |
core/modules/system/tests/modules/name_collision_test/name_collision_test.info.yml | ||
| name_collision_test.info.yml | core/ |
core/modules/system/tests/themes/name_collision_test/name_collision_test.info.yml | ||
| nav-button-mobile.css | core/ |
Nav Button Mobile. | ||
| nav-button-mobile.pcss.css | core/ |
Nav Button Mobile. | ||
| nav-primary-button.css | core/ |
Button that expands second level nav when clicked. | ||
| nav-primary-button.pcss.css | core/ |
Button that expands second level nav when clicked. | ||
| nav-primary-no-js.css | core/ |
Styles for primary navigation when JavaScript is disabled. | ||
| nav-primary-no-js.pcss.css | core/ |
Styles for primary navigation when JavaScript is disabled. | ||
| nav-primary-wide.css | core/ |
Nav Primary (wide widths). | ||
| nav-primary-wide.pcss.css | core/ |
Nav Primary (wide widths). | ||
| nav-primary.css | core/ |
Nav Primary. | ||
| nav-primary.pcss.css | core/ |
Nav Primary. | ||
| nav-secondary.css | core/ |
Secondary navigation styling. | ||
| nav-secondary.pcss.css | core/ |
Secondary navigation styling. | ||
| navigation--message.html.twig | core/ |
Default theme implementation to display a single message in the navigation toolbar. | ||
| navigation--message.html.twig | core/ |
Default theme implementation to display a single message in the navigation toolbar. | ||
| navigation--messages.html.twig | core/ |
Default theme implementation to display messages in the navigation toolbar. | ||
| navigation--messages.html.twig | core/ |
Default theme implementation to display messages in the navigation toolbar. | ||
| navigation-content-top.html.twig | core/ |
Default theme implementation to display the navigation content_top section. | ||
| navigation-content-top.html.twig | core/ |
Default theme implementation to display the navigation content_top section. | ||
| navigation-menu.html.twig | core/ |
{% import _self as menus %} <ul class="toolbar-block__list"> {{ menus.menu_items(items, attributes, 0) }} </ul> {% macro menu_items(items, attributes, menu_level) %} {% for item in items %} {% set item_link_tag =… | ||
| navigation-menu.html.twig | core/ |
{% import _self as menus %} <ul class="toolbar-block__list"> {{ menus.menu_items(items, attributes, 0) }} </ul> {% macro menu_items(items, attributes, menu_level) %} {% for item in items %} {% set item_link_tag =… | ||
| navigation.api.php | core/ |
Hooks related to the Navigation module. | ||
| navigation.block_layout.yml | core/ |
core/modules/navigation/config/install/navigation.block_layout.yml | ||
| navigation.css | core/ |
Navigation layout overrides for the admin toolbar. | ||
| navigation.css | core/ |
/* cspell:ignore navigationcreate, toolsextra, xxxs */ :root { --gin-toolbar-height: 48px; --gin-toolbar-secondary-height: 48px; --gin-scroll-offset: 72px; --gin-toolbar-y-offset: var(--gin-toolbar-height); --gin-toolbar-x-offset: 0px; … | ||
| navigation.css | core/ |
Navigation layout overrides for the admin toolbar. | ||
| navigation.html.twig | core/ |
Default theme implementation to display a navigation layout. |
Pagination
- Previous page
- Page 214
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.