Search for transform

  1. Search 7.x for transform
  2. Search 9.5.x for transform
  3. Search 8.9.x for transform
  4. Search 11.x for transform
  5. Other projects
Title Object type File name Summary
config.import_transformer service core/core.services.yml Drupal\Core\Config\ImportStorageTransformer
ConfigEvents::STORAGE_TRANSFORM_EXPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when the export storage is used.
ConfigEvents::STORAGE_TRANSFORM_IMPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired just before importing configuration.
ExcludedModulesEventSubscriber::onConfigTransformExport function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Transform the storage which is used to export the configuration.
ExcludedModulesEventSubscriber::onConfigTransformImport function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Transform the storage which is used to import the configuration.
FileUrlGenerator::transformRelative function core/lib/Drupal/Core/File/FileUrlGenerator.php Transforms an absolute URL of a local file to a relative URL.
FileUrlGeneratorInterface::transformRelative function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Transforms an absolute URL of a local file to a relative URL.
FilterImageLazyLoad::transformImages function core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Transform markup of images to include loading="lazy".
Html::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Component/Utility/Html.php Converts all root-relative URLs to absolute URLs.
HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsolute().
HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion().
HtmlTest::testTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @covers ::transformRootRelativeUrlsToAbsolute[[api-linebreak]]
@dataProvider providerTestTransformRootRelativeUrlsToAbsolute
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @covers ::transformRootRelativeUrlsToAbsolute[[api-linebreak]]
@dataProvider providerTestTransformRootRelativeUrlsToAbsoluteAssertion
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.
ImportStorageTransformer::LOCK_NAME constant core/lib/Drupal/Core/Config/ImportStorageTransformer.php The name used to identify the lock.
ImportStorageTransformer::transform function core/lib/Drupal/Core/Config/ImportStorageTransformer.php Transform the storage to be imported from.
ImportStorageTransformer::__construct function core/lib/Drupal/Core/Config/ImportStorageTransformer.php ImportStorageTransformer constructor.
MenuLinkTree::transform function core/lib/Drupal/Core/Menu/MenuLinkTree.php Applies menu link tree manipulators to transform the given tree.
MenuLinkTreeInterface::transform function core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php Applies menu link tree manipulators to transform the given tree.
RolesLookup::transform function core/modules/block/src/Plugin/migrate/process/RolesLookup.php Performs the associated process.
RssResponseRelativeUrlFilter::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php Converts all root-relative URLs to absolute URLs in RSS markup.
StorageTransformerException class core/lib/Drupal/Core/Config/StorageTransformerException.php Thrown by config storage transformers if they cannot acquire a lock.
StorageTransformerException.php file core/lib/Drupal/Core/Config/StorageTransformerException.php
StorageTransformEvent class core/lib/Drupal/Core/Config/StorageTransformEvent.php Class StorageTransformEvent.
StorageTransformEvent.php file core/lib/Drupal/Core/Config/StorageTransformEvent.php
StorageTransformEvent::$storage property core/lib/Drupal/Core/Config/StorageTransformEvent.php The configuration storage which is transformed.
StorageTransformEvent::getStorage function core/lib/Drupal/Core/Config/StorageTransformEvent.php Returns the mutable storage ready to be read from and written to.
StorageTransformEvent::__construct function core/lib/Drupal/Core/Config/StorageTransformEvent.php StorageTransformEvent constructor.

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