Files - main - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| MTimeProtectedFastFileStorage.php | core/ |
Drupal\Component\PhpStorage | ||
| MTimeProtectedFastFileStorageTest.php | core/ |
Drupal\Tests\Component\PhpStorage | ||
| MTimeProtectedFileStorage.php | core/ |
Drupal\Component\PhpStorage | ||
| MTimeProtectedFileStorageBase.php | core/ |
Drupal\Tests\Component\PhpStorage | ||
| MTimeProtectedFileStorageTest.php | core/ |
Drupal\Tests\Component\PhpStorage | ||
| MultiFormTest.php | core/ |
Drupal\FunctionalJavascriptTests\Ajax | ||
| MultiItemsFieldHandlerInterface.php | core/ |
Drupal\views\Plugin\views\field | ||
| MultilingualReviewPageTest.php | core/ |
Drupal\Tests\contact\Functional\migrate_drupal_ui\d6 | ||
| MultilingualReviewPageTest.php | core/ |
Drupal\Tests\contact\Functional\migrate_drupal_ui\d7 | ||
| MultilingualReviewPageTest.php | core/ |
Drupal\Tests\migrate_drupal_ui\Functional\d6 | ||
| MultilingualReviewPageTest.php | core/ |
Drupal\Tests\migrate_drupal_ui\Functional\d7 | ||
| MultilingualReviewPageTestBase.php | core/ |
Drupal\Tests\migrate_drupal_ui\Functional | ||
| MultipleAttributes.php | core/ |
Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Attribute | ||
| MultipleBlockFormTest.php | core/ |
Drupal\KernelTests\Core\Block | ||
| MultipleDistributionsProfileTest.php | core/ |
Drupal\FunctionalTests\Installer | ||
| MultipleFileUploadTest.php | core/ |
Drupal\Tests\file\Functional | ||
| MultipleProviderAnnotationInterface.php | core/ |
Drupal\migrate\Annotation | ||
| MultipleStaticContext.php | core/ |
Drupal\block_test\ContextProvider | ||
| MultipleValueWidgetTest.php | core/ |
Drupal\Tests\field\FunctionalJavascript | ||
| MultipleWidgetFormTest.php | core/ |
Drupal\Tests\field\Functional | ||
| MultiplexErrorFormatter.php | core/ |
Drupal\PHPStan\ErrorFormatter | ||
| MultisiteValidator.php | core/ |
Drupal\package_manager\Validator | ||
| MultisiteValidatorTest.php | core/ |
Drupal\Tests\package_manager\Kernel | ||
| MultiStepNodeFormBasicOptionsTest.php | core/ |
Drupal\Tests\node\Functional | ||
| MultiValueTestItem.php | core/ |
Drupal\entity_test_update\Plugin\Field\FieldType | ||
| MultiWidthLayoutBase.php | core/ |
Drupal\layout_builder\Plugin\Layout | ||
| my-banner.component.yml | core/ |
core/modules/system/tests/modules/sdc_test/components/my-banner/my-banner.component.yml | ||
| my-banner.css | core/ |
.component--my-banner { position: relative; width: 80%; max-width: 1200px; padding: 2em; color: white; background: black; background-size: cover; } .component--my-banner--header { display: flex; align-items: center; … | ||
| my-banner.twig | 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 | core/ |
core/modules/system/tests/modules/sdc_test/components/my-button/my-button.component.yml | ||
| my-button.component.yml | core/ |
core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml | ||
| my-button.css | 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 | 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 | core/ |
<button {{ attributes.addClass('button') }}> {{ text }} {{ iconType|default('power') }} </button> | ||
| my-button.twig | core/ |
<button {{ attributes.addClass('button') }}> {{ text }} <span class="sdc-id">{{ attributes['data-component-id'] }}</span> </button> | ||
| my-card-no-schema.component.yml | 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 | 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 | 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 | 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 | 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 | 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 | core/ |
core/modules/system/tests/modules/sdc_test_invalid/components/my-card-with-underscore/my-card-with-underscore_component.yml | ||
| my-card.component.yml | core/ |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.component.yml | ||
| my-card.component.yml | core/ |
core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml | ||
| my-card.css | 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 | 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 | 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 | 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 | 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 {{… |
Pagination
- Previous page
- Page 213
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.