Search for trans

  1. Search 7.x for trans
  2. Search 8.9.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
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
@dataProvider providerTestTransformRootRelativeUrlsToAbsolute
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @covers ::transformRootRelativeUrlsToAbsolute
@dataProvider providerTestTransformRootRelativeUrlsToAbsoluteAssertion
I18nQueryTrait::getPropertyNotInRowTranslation function core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php Gets the translation for the property not already in the row.
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.
ImageEffectInterface::transformDimensions function core/modules/image/src/ImageEffectInterface.php Determines the dimensions of the styled image.
ImageOnTranslatedEntityTest class core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Uploads images to translated nodes.
ImageOnTranslatedEntityTest.php file core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
ImageOnTranslatedEntityTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php The theme to install as the default for testing.
ImageOnTranslatedEntityTest::$fieldName property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php The name of the image field used in the test.
ImageOnTranslatedEntityTest::$modules property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Modules to enable.
ImageOnTranslatedEntityTest::setUp function core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
ImageOnTranslatedEntityTest::testSyncedImages function core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Tests synced file fields on translated nodes.
ImageStyle::transformDimensions function core/modules/image/src/Entity/ImageStyle.php Determines the dimensions of this image style.
ImageStyleInterface::transformDimensions function core/modules/image/src/ImageStyleInterface.php Determines the dimensions of this image style.
ImageStyleMappings::transform function core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php Performs the associated process.
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.
ImportStorageTransformerTest class core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import storage transformer.
ImportStorageTransformerTest.php file core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Modules to enable.
ImportStorageTransformerTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::testTransform function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformation.
ImportStorageTransformerTest::testTransformLocked function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests that the import transformer throws an exception.
ImportStorageTransformerTest::testTransformWhileImporting function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformer during a running config import.
InstallerLanguageTest::testInstallerTranslationCache function core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php Tests profile info caching in non-English languages.
InstallerLanguageTest::testInstallerTranslationFiles function core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php Tests that the installer can find translation files.
InstallerTestBase::$translations property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php A string translation map used for translated installer screens.
InstallerTranslationExistingFileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationExistingFileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
InstallerTranslationExistingFileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php The theme to install as the default for testing.
InstallerTranslationExistingFileTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Overrides the language code in which to install Drupal.
InstallerTranslationExistingFileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Select language.
InstallerTranslationExistingFileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Select installation profile.
InstallerTranslationExistingFileTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Requirements problem.
InstallerTranslationExistingFileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Configure settings.
InstallerTranslationExistingFileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Final installer step: Configure site.
InstallerTranslationExistingFileTest::testInstall function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Ensures language selection has not failed.
InstallerTranslationMultipleLanguageForeignTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationMultipleLanguageForeignTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php

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