Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search main for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MTimeProtectedFileStorage.php | file | core/ |
|
| MTimeProtectedFileStorage::checkFile | function | core/ |
Determines whether a protected file exists and sets the filename too. |
| MTimeProtectedFileStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| MTimeProtectedFileStorage::getPath | function | core/ |
|
| MTimeProtectedFileStorage::load | function | core/ |
Loads PHP code from storage. |
| MTimeProtectedFileStorageBase | class | core/ |
Base test class for MTime protected storage. |
| MTimeProtectedFileStorageBase.php | file | core/ |
|
| MTimeProtectedFileStorageBase::$expected | property | core/ |
The expected test results for the security test. |
| MTimeProtectedFileStorageBase::$secret | property | core/ |
The secret string to use for file creation. |
| MTimeProtectedFileStorageBase::$settings | property | core/ |
Test settings to pass to storage instances. |
| MTimeProtectedFileStorageBase::$storageClass | property | core/ |
The PHP storage class to test. |
| MTimeProtectedFileStorageBase::setUp | function | core/ |
|
| MTimeProtectedFileStorageBase::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
| MTimeProtectedFileStorageBase::testSecurity | function | core/ |
Tests the security of the MTimeProtectedFileStorage implementation. |
| MTimeProtectedFileStorageTest | class | core/ |
Tests the MTimeProtectedFileStorage implementation. |
| MTimeProtectedFileStorageTest.php | file | core/ |
|
| MTimeProtectedFileStorageTest::$expected | property | core/ |
The expected test results for the security test. |
| MTimeProtectedFileStorageTest::$storageClass | property | core/ |
The PHP storage class to test. |
| MultipleStaticContext::$userStorage | property | core/ |
The user storage. |
| MultipleWidgetFormTest::$fieldStorageMultiple | property | core/ |
An array of values defining a field multiple. |
| MultisiteValidator | class | core/ |
Checks that the current site is not part of a multisite. |
| MultisiteValidator.php | file | core/ |
|
| MultisiteValidator::isMultisite | function | core/ |
Detects if the current site is part of a multisite. |
| MultisiteValidator::validate | function | core/ |
Validates that the current site is not part of a multisite. |
| 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. |
| 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> |
| nav-button-mobile.css | file | core/ |
Nav Button Mobile. |
| nav-button-mobile.pcss.css | file | core/ |
Nav Button Mobile. |
| nav-primary-button.css | file | core/ |
Button that expands second level nav when clicked. |
| nav-primary-button.pcss.css | file | core/ |
Button that expands second level nav when clicked. |
| navigation-content-top.html.twig | file | core/ |
Default theme implementation to display the navigation content_top section. |
| navigation-content-top.html.twig | file | core/ |
Default theme implementation to display the navigation content_top section. |
| NavigationBlockUiTest::assertOffCanvasFormAfterWait | function | core/ |
Waits for the specified form and returns it when available and visible. |
| NavigationBlockUiTest::assertOffCanvasFormAfterWait | function | core/ |
Waits for the specified form and returns it when available and visible. |
| NavigationContentTopTest | class | core/ |
Tests for navigation content_top section. |
| NavigationContentTopTest.php | file | core/ |
|
| NavigationContentTopTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| NavigationContentTopTest::$modules | property | core/ |
Modules to install. |
| NavigationContentTopTest::setUp | function | core/ |
|
| NavigationContentTopTest::testNavigationContentTop | function | core/ |
Tests behavior of content_top section hooks. |
Pagination
- Previous page
- Page 182
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.