Search for transform
- Search 7.x for transform
- Search 9.5.x for transform
- Search 8.9.x for transform
- Search 11.x for transform
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
config.import_transformer | service | core/ |
Drupal\Core\Config\ImportStorageTransformer |
ConfigEvents::STORAGE_TRANSFORM_EXPORT | constant | core/ |
Name of the event fired when the export storage is used. |
ConfigEvents::STORAGE_TRANSFORM_IMPORT | constant | core/ |
Name of the event fired just before importing configuration. |
ExcludedModulesEventSubscriber::onConfigTransformExport | function | core/ |
Transform the storage which is used to export the configuration. |
ExcludedModulesEventSubscriber::onConfigTransformImport | function | core/ |
Transform the storage which is used to import the configuration. |
FileUrlGenerator::transformRelative | function | core/ |
Transforms an absolute URL of a local file to a relative URL. |
FileUrlGeneratorInterface::transformRelative | function | core/ |
Transforms an absolute URL of a local file to a relative URL. |
FilterImageLazyLoad::transformImages | function | core/ |
Transform markup of images to include loading="lazy". |
Html::transformRootRelativeUrlsToAbsolute | function | core/ |
Converts all root-relative URLs to absolute URLs. |
HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute | function | core/ |
Provides test data for testTransformRootRelativeUrlsToAbsolute(). |
HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion | function | core/ |
Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion(). |
HtmlTest::testTransformRootRelativeUrlsToAbsolute | function | core/ |
@covers ::transformRootRelativeUrlsToAbsolute[[api-linebreak]] @dataProvider providerTestTransformRootRelativeUrlsToAbsolute |
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion | function | core/ |
@covers ::transformRootRelativeUrlsToAbsolute[[api-linebreak]] @dataProvider providerTestTransformRootRelativeUrlsToAbsoluteAssertion |
ImportStorageTransformer | class | core/ |
The import storage transformer helps to use the configuration management api. |
ImportStorageTransformer.php | file | core/ |
|
ImportStorageTransformer::$connection | property | core/ |
The drupal database connection. |
ImportStorageTransformer::$eventDispatcher | property | core/ |
The event dispatcher to get changes to the configuration. |
ImportStorageTransformer::$persistentLock | property | core/ |
The persistent lock which the config importer uses across requests. |
ImportStorageTransformer::$requestLock | property | core/ |
The normal lock for the duration of the request. |
ImportStorageTransformer::LOCK_NAME | constant | core/ |
The name used to identify the lock. |
ImportStorageTransformer::transform | function | core/ |
Transform the storage to be imported from. |
ImportStorageTransformer::__construct | function | core/ |
ImportStorageTransformer constructor. |
MenuLinkTree::transform | function | core/ |
Applies menu link tree manipulators to transform the given tree. |
MenuLinkTreeInterface::transform | function | core/ |
Applies menu link tree manipulators to transform the given tree. |
RolesLookup::transform | function | core/ |
Performs the associated process. |
RssResponseRelativeUrlFilter::transformRootRelativeUrlsToAbsolute | function | core/ |
Converts all root-relative URLs to absolute URLs in RSS markup. |
StorageTransformerException | class | core/ |
Thrown by config storage transformers if they cannot acquire a lock. |
StorageTransformerException.php | file | core/ |
|
StorageTransformEvent | class | core/ |
Class StorageTransformEvent. |
StorageTransformEvent.php | file | core/ |
|
StorageTransformEvent::$storage | property | core/ |
The configuration storage which is transformed. |
StorageTransformEvent::getStorage | function | core/ |
Returns the mutable storage ready to be read from and written to. |
StorageTransformEvent::__construct | function | core/ |
StorageTransformEvent constructor. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.