Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ImmutableConfigTest class core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php Tests Drupal\Core\Config\ImmutableConfig.
ImmutableConfigTest.php file core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
ImmutableConfigTest::$config property core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php The immutable config object under test.
ImmutableConfigTest::setUp function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
ImmutableConfigTest::testClear function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php Tests clear.
ImmutableConfigTest::testDelete function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php Tests delete.
ImmutableConfigTest::testSave function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php Tests save.
ImmutableConfigTest::testSet function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php Tests set.
ImmutablePathList class core/modules/package_manager/src/ImmutablePathList.php Defines a path list that cannot be changed.
ImmutablePathList.php file core/modules/package_manager/src/ImmutablePathList.php
ImmutablePathList::add function core/modules/package_manager/src/ImmutablePathList.php
ImmutablePathList::getAll function core/modules/package_manager/src/ImmutablePathList.php
ImmutablePathList::__construct function core/modules/package_manager/src/ImmutablePathList.php
ImmutablePropertiesConstraint class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php Checks if config entity properties have been changed.
ImmutablePropertiesConstraint.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php
ImmutablePropertiesConstraint::__construct function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php
ImmutablePropertiesConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php Validates the ImmutableProperties constraint.
ImmutablePropertiesConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php
ImmutablePropertiesConstraintValidator::create function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php
ImmutablePropertiesConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php
ImmutablePropertiesConstraintValidator::__construct function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php Constructs an ImmutablePropertiesConstraintValidator object.
ImmutablePropertiesConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests Immutable Properties Constraint Validator.
ImmutablePropertiesConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php
ImmutablePropertiesConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php
ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that changing a config entity's immutable property raises an error.
ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that entities without an ID will raise an exception.
ImmutablePropertiesConstraintValidatorTest::testValidatorRejectsANonExistentProperty function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that the validator throws an exception for non-existent properties.
ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that only config entities are accepted by the validator.
ImplementationList class core/lib/Drupal/Core/Hook/ImplementationList.php Contains the ordered list of implementations for a hook.
ImplementationList.php file core/lib/Drupal/Core/Hook/ImplementationList.php
ImplementationList::getForModule function core/lib/Drupal/Core/Hook/ImplementationList.php Gets listeners for a specific module.
ImplementationList::hasImplementations function core/lib/Drupal/Core/Hook/ImplementationList.php Checks whether the list has any implementations.
ImplementationList::hasImplementationsForModules function core/lib/Drupal/Core/Hook/ImplementationList.php Checks whether the list has any implementations for specific modules.
ImplementationList::iterateByModule function core/lib/Drupal/Core/Hook/ImplementationList.php Iterates over listeners, using module names as keys.
ImplementationList::__construct function core/lib/Drupal/Core/Hook/ImplementationList.php Constructor.
ImplementationListTest class core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php Tests ImplementationList.
ImplementationListTest.php file core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php
ImplementationListTest::$log property core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php Log for include files.
ImplementationListTest::testEmptyList function core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php Tests public methods on an empty list.
ImplementationListTest::testPublicMethods function core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php Tests public methods on a common instance.
import1.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css 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/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
import3.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css div {
clip-path: url('#clip-cloud');
}
div {
clip-path: url('/abc/#clip-cloud');
}
import3.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css.optimized.css div{clip-path:url('#clip-cloud');}div{clip-path:url('/abc/#clip-cloud');}
ImportableEntityStorageInterface interface core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Provides an interface for responding to configuration imports.
ImportableEntityStorageInterface.php file core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php
ImportableEntityStorageInterface::importCreate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Creates entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importDelete function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Delete entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importRename function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Renames entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importUpdate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Updates entities upon synchronizing configuration changes.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.