Files - 10.3.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
more_help_page_test.info.yml | core/ |
core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml | ||
more_help_page_test.module | core/ |
More Help Page Test module to test the help blocks. | ||
MoveBlockController.php | core/ |
Drupal\layout_builder\Controller | ||
MoveBlockForm.php | core/ |
Drupal\layout_builder\Form | ||
MoveBlockFormTest.php | core/ |
Drupal\Tests\layout_builder\FunctionalJavascript | ||
MoveTest.php | core/ |
Drupal\Tests\file\Kernel | ||
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\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 | ||
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.component.yml | core/ |
core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.component.yml |
Pagination
- Previous page
- Page 189
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.