Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImmutableConfig.php | file | core/ |
|
| ImmutableConfig::clear | function | core/ |
|
| ImmutableConfig::delete | function | core/ |
|
| ImmutableConfig::save | function | core/ |
|
| ImmutableConfig::set | function | core/ |
|
| ImmutableConfigException | class | core/ |
Exception throw when an immutable config object is altered. |
| ImmutableConfigException.php | file | core/ |
|
| ImmutableConfigTest | class | core/ |
Tests Drupal\Core\Config\ImmutableConfig. |
| ImmutableConfigTest.php | file | core/ |
|
| ImmutableConfigTest::$config | property | core/ |
The immutable config object under test. |
| ImmutableConfigTest::setUp | function | core/ |
|
| ImmutableConfigTest::testClear | function | core/ |
Tests clear. |
| ImmutableConfigTest::testDelete | function | core/ |
Tests delete. |
| ImmutableConfigTest::testSave | function | core/ |
Tests save. |
| ImmutableConfigTest::testSet | function | core/ |
Tests set. |
| ImmutablePathList | class | core/ |
Defines a path list that cannot be changed. |
| ImmutablePathList.php | file | core/ |
|
| ImmutablePathList::add | function | core/ |
|
| ImmutablePathList::getAll | function | core/ |
|
| ImmutablePathList::__construct | function | core/ |
|
| ImmutablePropertiesConstraint | class | core/ |
Checks if config entity properties have been changed. |
| ImmutablePropertiesConstraint.php | file | core/ |
|
| ImmutablePropertiesConstraint::__construct | function | core/ |
|
| ImmutablePropertiesConstraintValidator | class | core/ |
Validates the ImmutableProperties constraint. |
| ImmutablePropertiesConstraintValidator.php | file | core/ |
|
| ImmutablePropertiesConstraintValidator::create | function | core/ |
|
| ImmutablePropertiesConstraintValidator::validate | function | core/ |
|
| ImmutablePropertiesConstraintValidator::__construct | function | core/ |
Constructs an ImmutablePropertiesConstraintValidator object. |
| ImmutablePropertiesConstraintValidatorTest | class | core/ |
Tests Immutable Properties Constraint Validator. |
| ImmutablePropertiesConstraintValidatorTest.php | file | core/ |
|
| ImmutablePropertiesConstraintValidatorTest::$modules | property | core/ |
|
| ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged | function | core/ |
Tests that changing a config entity's immutable property raises an error. |
| ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId | function | core/ |
Tests that entities without an ID will raise an exception. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRejectsANonExistentProperty | function | core/ |
Tests that the validator throws an exception for non-existent properties. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity | function | core/ |
Tests that only config entities are accepted by the validator. |
| ImplementationList | class | core/ |
Contains the ordered list of implementations for a hook. |
| ImplementationList.php | file | core/ |
|
| ImplementationList::getForModule | function | core/ |
Gets listeners for a specific module. |
| ImplementationList::hasImplementations | function | core/ |
Checks whether the list has any implementations. |
| ImplementationList::hasImplementationsForModules | function | core/ |
Checks whether the list has any implementations for specific modules. |
| ImplementationList::iterateByModule | function | core/ |
Iterates over listeners, using module names as keys. |
| ImplementationList::__construct | function | core/ |
Constructor. |
| ImplementationListTest | class | core/ |
Tests ImplementationList. |
| ImplementationListTest.php | file | core/ |
|
| ImplementationListTest::$log | property | core/ |
Log for include files. |
| ImplementationListTest::testEmptyList | function | core/ |
Tests public methods on an empty list. |
| ImplementationListTest::testPublicMethods | function | core/ |
Tests public methods on a common instance. |
| import1.css | file | core/ |
ul, select { font: 1em/160% Verdana, sans-serif; color: #494949; } .ui-icon{background-image: url(images/icon.png);} /* Test data URI images with different quote styles. */ .data .double-quote { /* http://stackoverflow.com/a/13139830/11023 */ … |
| import2.css | file | core/ |
p, select { font: 1em/160% Verdana, sans-serif; color: #494949; } |
| import3.css | file | core/ |
div { clip-path: url('#clip-cloud'); } div { clip-path: url('/abc/#clip-cloud'); } |
Pagination
- Previous page
- Page 849
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.