Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MultisiteValidator::__construct | function | core/ |
|
| MultisiteValidatorTest | class | core/ |
Tests Multisite Validator. |
| MultisiteValidatorTest.php | file | core/ |
|
| MultisiteValidatorTest::providerMultisite | function | core/ |
Data provider for testMultisite(). |
| MultisiteValidatorTest::testMultisite | function | core/ |
Tests that Package Manager flags an error if run in a multisite. |
| MultisiteValidatorTest::testMultisiteDuringPreApply | function | core/ |
Tests that an error is flagged if run in a multisite during pre-apply. |
| 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.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/ |
Returns a database expression to cast the field to int. |
| 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. |
Pagination
- Previous page
- Page 992
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.