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 main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImmutablePropertiesConstraintValidator::__construct | function | core/ |
Constructs an ImmutablePropertiesConstraintValidator object. |
| ImmutablePropertiesConstraintValidatorTest | class | core/ |
Tests Immutable Properties Constraint Validator. |
| ImmutablePropertiesConstraintValidatorTest.php | file | core/ |
|
| ImmutablePropertiesConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| 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'); } |
| import3.css.optimized.css | file | core/ |
div{clip-path:url('#clip-cloud');}div{clip-path:url('/abc/#clip-cloud');} |
| ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
| ImportableEntityStorageInterface.php | file | core/ |
|
| ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
| ImportAwareInterface | interface | core/ |
Interface for plugins that react to pre- or post-import events. |
| ImportAwareInterface.php | file | core/ |
|
| ImportAwareInterface::postImport | function | core/ |
Performs post-import tasks. |
| ImportAwareInterface::preImport | function | core/ |
Performs pre-import tasks. |
| Importer | class | core/ |
A service for handling import of content. |
| Importer.php | file | core/ |
|
| Importer::$dependencies | property | core/ |
The dependencies of the currently importing entity, if any. |
| Importer::copyFileAssociatedWithEntity | function | core/ |
Copies a file from default content directory to the site's file system. |
| Importer::getCustomSerializedPropertyNames | function | core/ |
Gets the names of all properties the plugin treats as serialized data. |
| Importer::importContent | function | core/ |
Imports content entities from disk. |
| Importer::loadEntityDependency | function | core/ |
Loads the entity dependency by its UUID. |
| Importer::setFieldValues | function | core/ |
Sets field values based on the normalized data. |
| Importer::toEntity | function | core/ |
Converts an array of content entity data to a content entity object. |
| Importer::verifyNormalizedLanguage | function | core/ |
Verifies that the site knows the default language of the normalized entity. |
| Importer::__construct | function | core/ |
|
| ImporterTest | class | core/ |
Tests the Default Content Importer. |
| ImporterTest.php | file | core/ |
|
| ImporterTest::$modules | property | core/ |
Modules to install. |
| ImporterTest::$wasSyncing | property | core/ |
Whether the imported content entities were syncing. |
| ImporterTest::getSubscribedEvents | function | core/ |
Pagination
- Previous page
- Page 875
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.