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 |
|---|---|---|---|
| image_removed_post_updates | function | core/ |
Implements hook_removed_post_updates(). |
| image_requirements | function | core/ |
Implements hook_requirements(). |
| image_style_options | function | core/ |
Gets an array of image styles suitable for using as select list options. |
| image_test.info.yml | file | core/ |
core/modules/system/tests/modules/image_test/image_test.info.yml |
| image_test.schema.yml | file | core/ |
core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml |
| image_test_views.info.yml | file | core/ |
core/modules/image/tests/modules/image_test_views/image_test_views.info.yml |
| image_uninstall | function | core/ |
Implements hook_uninstall(). |
| image_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
| ImmutableConfig::save | function | core/ |
|
| ImmutableConfig::set | function | core/ |
|
| ImmutableConfigTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\ImmutableConfig[[api-linebreak]] @group Config |
| ImmutableConfigTest.php | file | core/ |
|
| ImmutableConfigTest::$config | property | core/ |
The immutable config object under test. |
| ImmutableConfigTest::setUp | function | core/ |
|
| ImmutableConfigTest::testClear | function | core/ |
@covers ::clear[[api-linebreak]] |
| ImmutableConfigTest::testDelete | function | core/ |
@covers ::delete[[api-linebreak]] |
| ImmutableConfigTest::testSave | function | core/ |
@covers ::save[[api-linebreak]] |
| ImmutableConfigTest::testSet | function | core/ |
@covers ::set[[api-linebreak]] |
| ImmutablePropertiesConstraint | class | core/ |
Checks if config entity properties have been changed. |
| ImmutablePropertiesConstraint.php | file | core/ |
|
| ImmutablePropertiesConstraint::$message | property | core/ |
The error message if an immutable property has been changed. |
| ImmutablePropertiesConstraint::$properties | property | core/ |
The names of the immutable properties. |
| ImmutablePropertiesConstraint::getDefaultOption | function | core/ |
@todo Add method return type declaration. |
| ImmutablePropertiesConstraint::getRequiredOptions | function | core/ |
@todo Add method return type declaration. |
| 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/ |
@group Entity @group Validation |
| 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. |
| 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::postImport | function | core/ |
Performs post-import tasks. |
| 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. |
Pagination
- Previous page
- Page 675
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.