Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 8.9.x for trans
  4. Search 10.3.x for trans
  5. Other projects
Title Object type File name Summary
PluralTranslation class core/lib/Drupal/Core/Annotation/PluralTranslation.php Defines an annotation object for strings that require plural forms.
PluralTranslation.php file core/lib/Drupal/Core/Annotation/PluralTranslation.php
PluralTranslation::$context property core/lib/Drupal/Core/Annotation/PluralTranslation.php The context the source strings belong to.
PluralTranslation::$plural property core/lib/Drupal/Core/Annotation/PluralTranslation.php The string for the plural case.
PluralTranslation::$singular property core/lib/Drupal/Core/Annotation/PluralTranslation.php The string for the singular case.
PluralTranslation::get function core/lib/Drupal/Core/Annotation/PluralTranslation.php Gets the value of an annotation.
PluralTranslation::__construct function core/lib/Drupal/Core/Annotation/PluralTranslation.php Constructs a new class instance.
PluralTranslationTest class core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Tests Drupal\Core\Annotation\PluralTranslation.
PluralTranslationTest.php file core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php
PluralTranslationTest::providerTestGet function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Provides data to self::testGet().
PluralTranslationTest::providerTestMissingData function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php
PluralTranslationTest::testGet function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Tests get.
PluralTranslationTest::testMissingData function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Tests missing data.
PluralVariants::getTranslationElement function core/modules/config_translation/src/FormElement/PluralVariants.php Returns the translation form element for a given configuration definition.
PoItem::$translation property core/lib/Drupal/Component/Gettext/PoItem.php The translation string or array of strings if it has plurals.
PoItem::getTranslation function core/lib/Drupal/Component/Gettext/PoItem.php Gets the translation string(s) if the translation has plurals.
PoItem::setTranslation function core/lib/Drupal/Component/Gettext/PoItem.php Sets the translation string(s) if the translation has plurals.
PrivateFileOnTranslatedEntityTest class core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Uploads private files to translated node and checks access.
PrivateFileOnTranslatedEntityTest.php file core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The theme to install as the default for testing.
PrivateFileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The name of the file field used in the test.
PrivateFileOnTranslatedEntityTest::$modules property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Modules to install.
PrivateFileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Tests private file fields on translated nodes.
ProcessField::transform function core/modules/field/src/Plugin/migrate/process/ProcessField.php Performs the associated process.
ProcessFieldTest::providerTestTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Provides data for the transform method test.
ProcessFieldTest::testTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Tests the transform method.
ProcessPluginBase::transform function core/modules/migrate/src/ProcessPluginBase.php Performs the associated process.
ProfileFieldOptionTranslation class core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Drupal 6 i18n profile field option labels source from database.
ProfileFieldOptionTranslation class core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php Determines the settings property and translation.
ProfileFieldOptionTranslation.php file core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php
ProfileFieldOptionTranslation.php file core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php
ProfileFieldOptionTranslation::fields function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Returns available fields on the source.
ProfileFieldOptionTranslation::getIds function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Defines the source fields uniquely identifying a source row.
ProfileFieldOptionTranslation::query function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Prepares query object to retrieve data from the source database.
ProfileFieldOptionTranslation::transform function core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php Performs the associated process.
ProfileFieldOptionTranslationTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Tests the field option translation source plugin.
ProfileFieldOptionTranslationTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php
ProfileFieldOptionTranslationTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Modules to install.
ProfileFieldOptionTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Provides source data for ::testSource.
ProfileFieldSettings::transform function core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php Performs the associated process.
ProfileFieldTranslation class core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Drupal 6 i18n strings profile field source from database.
ProfileFieldTranslation.php file core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php
ProfileFieldTranslation::fields function core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Returns available fields on the source.
ProfileFieldTranslation::getIds function core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Defines the source fields uniquely identifying a source row.
ProfileFieldTranslation::query function core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Prepares query object to retrieve data from the source database.
ProfileFieldTranslationTest class core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Tests the i18nProfileField source plugin.
ProfileFieldTranslationTest.php file core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php
ProfileFieldTranslationTest::$modules property core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Modules to install.
ProfileFieldTranslationTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Provides source data for ::testSource.

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