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 main for %s
  6. Other projects
Title Object type File name Summary
ImmutablePropertiesConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Modules to install.
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.
ImportAwareInterface::postImport function core/modules/migrate/src/Event/ImportAwareInterface.php Performs post-import tasks.
Importer::$dependencies property core/lib/Drupal/Core/DefaultContent/Importer.php The dependencies of the currently importing entity, if any.
Importer::copyFileAssociatedWithEntity function core/lib/Drupal/Core/DefaultContent/Importer.php Copies a file from default content directory to the site's file system.
Importer::getCustomSerializedPropertyNames function core/lib/Drupal/Core/DefaultContent/Importer.php Gets the names of all properties the plugin treats as serialized data.
Importer::setFieldValues function core/lib/Drupal/Core/DefaultContent/Importer.php Sets field values based on the normalized data.
Importer::__construct function core/lib/Drupal/Core/DefaultContent/Importer.php
ImporterTest class core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Tests the Default Content Importer.
ImporterTest.php file core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php
ImporterTest::$modules property core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Modules to install.
ImporterTest::$wasSyncing property core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Whether the imported content entities were syncing.
ImporterTest::getSubscribedEvents function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php
ImporterTest::onPreEntityImport function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Modify entity data before it is imported.
ImporterTest::onPreSave function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Implements hook_ENTITY_TYPE_presave() for entity_test entities.
ImporterTest::setUp function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php
ImporterTest::testChangeDataOnImport function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Tests changing entity data upon import.
ImportForm::submitForm function core/modules/locale/src/Form/ImportForm.php Form submission handler.
ImportForm::__construct function core/modules/locale/src/Form/ImportForm.php
ImportStorageTransformer class core/lib/Drupal/Core/Config/ImportStorageTransformer.php The import storage transformer helps to use the configuration management api.
ImportStorageTransformer.php file core/lib/Drupal/Core/Config/ImportStorageTransformer.php
ImportStorageTransformer::$connection property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The drupal database connection.
ImportStorageTransformer::$eventDispatcher property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The event dispatcher to get changes to the configuration.
ImportStorageTransformer::$persistentLock property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The persistent lock which the config importer uses across requests.
ImportStorageTransformer::$requestLock property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The normal lock for the duration of the request.

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