Search for transform

  1. Search 7.x for transform
  2. Search 8.9.x for transform
  3. Search 10.3.x for transform
  4. Search 11.x for transform
  5. Other projects
Title Object type File name Summary
ArgumentTransformTermTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests taxonomy term argument transformation.
ArgumentTransformTermTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php
ArgumentTransformTermTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Views to be enabled.
ArgumentTransformTermTest::termArgumentTransformationProvider function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Provides data for testTermArgumentTransformation().
ArgumentTransformTermTest::testTermArgumentTransformation function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests term argument transformation of hyphens and spaces.
BlockPluginId::transform function core/modules/block/src/Plugin/migrate/process/BlockPluginId.php Set the block plugin id.
BlockRegion::transform function core/modules/block/src/Plugin/migrate/process/BlockRegion.php Performs the associated process.
BlockRegionTest::testTransformSameThemeRegionExists function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php Tests transforming a block with the same theme and an existing region.
BlockRegionTest::testTransformSameThemeRegionNotExists function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php Tests transforming a block with the same theme and a non-existent region.
BlockRegionTest::transform function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php Transforms a value through the block_region plugin.
BlockSettings::transform function core/modules/block/src/Plugin/migrate/process/BlockSettings.php Set the block configuration.
BlockSettingsTest::providerTestTransform function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php Provides data for testTransform.
BlockSettingsTest::testTransform function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php Tests the blocks settings process plugin.
BlockTheme::transform function core/modules/block/src/Plugin/migrate/process/BlockTheme.php Performs the associated process.
BlockVisibility::transform function core/modules/block/src/Plugin/migrate/process/BlockVisibility.php Performs the associated process.
BlockVisibilityTest::testTransformException function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
BlockVisibilityTest::testTransformMultiplePagesWithFront function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
BlockVisibilityTest::testTransformNoData function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
BlockVisibilityTest::testTransformPhpDisabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
BlockVisibilityTest::testTransformPhpEnabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
BlockVisibilityTest::testTransformSinglePageWithFront function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
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.
ConvertTokens::transform function core/modules/user/src/Plugin/migrate/process/ConvertTokens.php Performs the associated process.
Editor::textFormatHasTransformationFilters function core/modules/editor/src/Plugin/InPlaceEditor/Editor.php Returns whether the text format has transformation filters.
Editor::textFormatHasTransformationFilters function core/modules/quickedit/src/Plugin/InPlaceEditor/Editor.php Returns whether the text format has transformation filters.
EditorGetUntransformedTextCommandTest class core/modules/editor/tests/src/Kernel/EditorGetUntransformedTextCommandTest.php Tests the class \Drupal\editor\Ajax\GetUntransformedTextCommand deprecation.
EditorGetUntransformedTextCommandTest.php file core/modules/editor/tests/src/Kernel/EditorGetUntransformedTextCommandTest.php
EditorGetUntransformedTextCommandTest::testGetUntransformedTextCommandDeprecation function core/modules/editor/tests/src/Kernel/EditorGetUntransformedTextCommandTest.php Tests class \Drupal\editor\Ajax\GetUntransformedTextCommand deprecation.
EditorIntegrationTest::testGetUntransformedTextCommand function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests GetUntransformedTextCommand AJAX command.
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.
file_url_transform_relative function core/includes/file.inc Transforms an absolute URL of a local file to a relative URL.
ForumVocabulary::transform function core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php Performs the associated process.
GetUntransformedTextCommand class core/modules/quickedit/src/Ajax/GetUntransformedTextCommand.php AJAX command to rerender formatted text field without transformation filters.
GetUntransformedTextCommand class core/modules/editor/src/Ajax/GetUntransformedTextCommand.php Rerenders a formatted text field without any transformation filters.
GetUntransformedTextCommand.php file core/modules/editor/src/Ajax/GetUntransformedTextCommand.php
GetUntransformedTextCommand.php file core/modules/quickedit/src/Ajax/GetUntransformedTextCommand.php
GetUntransformedTextCommand::__construct function core/modules/editor/src/Ajax/GetUntransformedTextCommand.php Constructs a GetUntransformedTextCommand object.
GetUntransformedTextCommand::__construct function core/modules/quickedit/src/Ajax/GetUntransformedTextCommand.php Constructs a GetUntransformedTextCommand object.
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
ImageCacheActions::transform function core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php Performs the associated process.
ImageEffectBase::transformDimensions function core/modules/image/src/ImageEffectBase.php Determines the dimensions of the styled image.

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