Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| my-banner.twig | file | core/ |
{# Prepare presentational attributes #} {% if image is not empty %} {% set attributes = attributes.setAttribute('style', 'background-image: linear-gradient(to right, black, black, rgba(0, 0, 0, 70%), transparent), url("' ~… |
| my-button.component.yml | file | core/ |
core/modules/system/tests/modules/sdc_test/components/my-button/my-button.component.yml |
| my-button.component.yml | file | core/ |
core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml |
| my-button.css | file | core/ |
button.component--my-button { margin: 0; box-shadow: 1px 1px 2px #000c; } button.component--my-button svg { width: 30px; height: 30px; padding-left: 5px; vertical-align: bottom; fill: white; } button.component--my-button:focus… |
| my-button.css | file | core/ |
button.component--my-button { margin: 0; box-shadow: 1px 1px 2px #000c; } button.component--my-button svg { width: 30px; height: 30px; padding-left: 5px; vertical-align: bottom; fill: white; } button.component--my-button:focus… |
| my-button.twig | file | core/ |
<button {{ attributes.addClass('button') }}> {{ text }} {{ iconType|default('power') }} </button> |
| my-button.twig | file | core/ |
<button {{ attributes.addClass('button') }}> {{ text }} <span class="sdc-id">{{ attributes['data-component-id'] }}</span> </button> |
| my-card-no-schema.component.yml | file | core/ |
core/modules/system/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.component.yml |
| my-card-no-schema.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.component.yml |
| my-card-no-schema.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml |
| my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
| my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
| my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
| my-card-with-underscore_component.yml | file | core/ |
core/modules/system/tests/modules/sdc_test_invalid/components/my-card-with-underscore/my-card-with-underscore_component.yml |
| my-card.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.component.yml |
| my-card.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml |
| my-card.css | file | core/ |
.component--my-card { max-width: 500px; margin: 15px auto; color: #f1f1f1; border: 1px solid #141414; background-color: #252525; } .component--my-card__header { margin: 0; padding: 12px 24px 5px 24px; border-bottom: 1px solid… |
| my-card.css | file | core/ |
.component--my-card { max-width: 500px; margin: 15px auto; color: #f1f1f1; border: 1px solid #141414; background-color: #252525; } .component--my-card__header { margin: 0; padding: 12px 24px 5px 24px; border-bottom: 1px solid… |
| my-card.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card__header">{{ header }}</h2> <div class="component--my-card--replaced__body"> {% block card_body %} Default contents for a card {%… |
| my-card.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card__header">{{ header }}</h2> <div class="component--my-card__body"> {% block card_body %} Default contents for a card {% endblock %} … |
| my-cta-with-variant-prop.component.yml | file | 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 | file | 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 | file | core/ |
core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.component.yml |
| my-cta.css | file | core/ |
.component--my-cta { margin: 0; padding: 1em 2em; text-decoration: none; text-transform: uppercase; color: white; background-color: #008068; } |
| my-cta.twig | file | 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 | file | core/ |
core/modules/mysql/mysql.info.yml |
| mysql.services.yml | file | core/ |
core/modules/mysql/mysql.services.yml |
| MySqlCastedIntFieldJoinTest | class | core/ |
Tests MySQL specific cast handling. |
| MySqlCastedIntFieldJoinTest.php | file | core/ |
|
| MySqlCastedIntFieldJoinTest::$castingType | property | core/ |
The db type that should be used for casting fields as integers. |
| MysqlCastSql | class | core/ |
MySQL specific cast handling. |
| MysqlCastSql.php | file | core/ |
|
| MysqlCastSql::getFieldAsInt | function | core/ |
|
| MysqlDateSql | class | core/ |
MySQL-specific date handling. |
| MysqlDateSql.php | file | core/ |
|
| MysqlDateSql::$database | property | core/ |
The database connection. |
| MysqlDateSql::$replace | property | core/ |
An array of PHP-to-MySQL replacement patterns. |
| MysqlDateSql::getDateField | function | core/ |
|
| MysqlDateSql::getDateFormat | function | core/ |
|
| MysqlDateSql::setFieldTimezoneOffset | function | core/ |
|
| MysqlDateSql::setTimezoneOffset | function | core/ |
|
| MysqlDateSql::__construct | function | core/ |
Constructs the MySQL-specific date sql class. |
| MysqlDateSqlTest | class | core/ |
Tests the MySQL-specific date query handler. |
| MysqlDateSqlTest.php | file | core/ |
|
| MysqlDateSqlTest::$database | property | core/ |
The mocked database service. |
| MysqlDateSqlTest::providerTestGetDateFormat | function | core/ |
Provider for date formatting test. |
| MysqlDateSqlTest::setUp | function | core/ |
|
| MysqlDateSqlTest::testGetDateField | function | core/ |
Tests the getDateField method. |
| MysqlDateSqlTest::testGetDateFormat | function | core/ |
Tests date formatting replacement. |
| MysqlDateSqlTest::testSetFieldTimezoneOffset | function | core/ |
Tests timezone offset formatting. |
Pagination
- Previous page
- Page 1146
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.