Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MultipleWidgetFormTest::$fieldStorageMultiple | property | core/ |
An array of values defining a field multiple. |
| MultipleWidgetFormTest::$modules | property | core/ |
Modules to install. |
| MultipleWidgetFormTest::setUp | function | core/ |
|
| MultipleWidgetFormTest::testFieldFormMultipleWidget | function | core/ |
Tests widgets handling multiple values. |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetAlter | function | core/ |
Tests hook_field_widget_complete_form_alter(). |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetAlterSingleValues | function | core/ |
Tests hook_field_widget_complete_form_alter() with single value elements. |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlter | function | core/ |
Tests hook_field_widget_complete_WIDGET_TYPE_form_alter(). |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlterSingleValues | function | core/ |
Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements. |
| MultipleWidgetFormTest::testLabelOnMultiValueFields | function | core/ |
Tests the form display of the label for multi-value fields. |
| MultipleWidgetFormTest::widgetAlterTest | function | core/ |
Tests widget alter hooks for a given hook name. |
| MultiStepNodeFormBasicOptionsTest | class | core/ |
Tests the persistence of basic options through multiple steps. |
| MultiStepNodeFormBasicOptionsTest.php | file | core/ |
|
| MultiStepNodeFormBasicOptionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MultiStepNodeFormBasicOptionsTest::$fieldName | property | core/ |
The field name to create. |
| MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions | function | core/ |
Tests changing the default values of basic options to ensure they persist. |
| MultiValueTestItem | class | core/ |
Defines the 'multi_value_test' field type. |
| MultiValueTestItem.php | file | core/ |
|
| MultiValueTestItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| MultiValueTestItem::mainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| MultiValueTestItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| MultiValueTestItem::schema | function | core/ |
Returns the schema for the field. |
| MultiWidthLayoutBase | class | core/ |
Base class of layouts with configurable widths. |
| MultiWidthLayoutBase.php | file | core/ |
|
| MultiWidthLayoutBase::build | function | core/ |
Build a render array for layout with regions. |
| MultiWidthLayoutBase::buildConfigurationForm | function | core/ |
Form constructor. |
| MultiWidthLayoutBase::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| MultiWidthLayoutBase::getDefaultWidth | function | core/ |
Provides a default value for the width options. |
| MultiWidthLayoutBase::getWidthOptions | function | core/ |
Gets the width options for the configuration form. |
| MultiWidthLayoutBase::submitConfigurationForm | function | core/ |
Form submission handler. |
| my-banner.css | file | 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-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-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.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-cta.css | file | core/ |
.component--my-cta { margin: 0; padding: 1em 2em; text-decoration: none; text-transform: uppercase; color: white; background-color: #008068; } |
| mysql.info.yml | file | core/ |
core/modules/mysql/mysql.info.yml |
| mysql.install | file | core/ |
Install, update and uninstall functions for the mysql module. |
| mysql.module | file | core/ |
The MySQL module provides the connection between Drupal and a MySQL, MariaDB or equivalent database. |
| mysql.services.yml | file | core/ |
core/modules/mysql/mysql.services.yml |
| mysql.views.cast_sql | service | core/ |
Drupal\mysql\Plugin\views\query\MysqlCastSql |
| Mysql8RequirePrimaryKeyUpdateTest | class | core/ |
Tests updates MySQL 8 when sql_require_primary_key is on. |
| Mysql8RequirePrimaryKeyUpdateTest.php | file | core/ |
|
| Mysql8RequirePrimaryKeyUpdateTest::prepareSettings | function | core/ |
Add settings that are missed since the installer isn't run. |
Pagination
- Previous page
- Page 914
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.