Search for trans
- Search 7.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Search 11.x for trans
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityBase::isTranslatable | function | core/ |
Returns the translation support status. |
ContentEntityBase::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
ContentEntityBase::setRevisionTranslationAffected | function | core/ |
Marks the current revision translation as affected. |
ContentEntityBase::setRevisionTranslationAffectedEnforced | function | core/ |
Enforces the revision translation affected flag value. |
ContentEntityBaseUnitTest::testIsTranslatable | function | core/ |
@covers ::isTranslatable[[api-linebreak]] |
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual | function | core/ |
@covers ::isTranslatable[[api-linebreak]] |
ContentEntityChangedTest::getRevisionTranslationAffectedFlag | function | core/ |
Retrieves the revision translation affected flag value. |
ContentEntityCloneTest::testEnforceIsNewOnClonedEntityTranslation | function | core/ |
Tests that the flag for enforcing a new entity is not shared. |
ContentEntityCloneTest::testNewRevisionOnCloneEntityTranslation | function | core/ |
Tests that the flag for enforcing a new revision is not shared. |
ContentEntityHasChangesTest::testHasTranslationChanges | function | core/ |
Tests the correct functionality of the hasTranslationChanges() function. |
ContentEntityStorageBase::createTranslation | function | core/ |
Constructs a new entity translation object, without permanently saving it. |
ContentEntityStorageBase::getLatestTranslationAffectedRevisionId | function | core/ |
Returns the latest revision affecting the specified translation. |
ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames | function | core/ |
Returns an array of field names to skip when merging revision translations. |
ContentEntityStorageBase::invokeTranslationHooks | function | core/ |
Checks translation statuses and invoke the related hooks if needed. |
ContentEntityStorageBase::isAnyRevisionTranslated | function | core/ |
Checks whether any entity revision is translated. |
ContentEntityStorageBase::isAnyStoredRevisionTranslated | function | core/ |
Checks whether any stored entity revision is translated. |
ContentEntityStorageBase::populateAffectedRevisionTranslations | function | core/ |
Populates the affected flag for all the revision translations. |
ContentUninstallValidator::setStringTranslation | function | core/ |
|
content_moderation_entity_translation_delete | function | core/ |
Implements hook_entity_translation_delete(). |
content_translation.admin.css | file | core/ |
Styles for the content language administration page. |
content_translation.overview.html.twig | file | core/ |
--- label: 'Configuring content language settings and translation' related: - core.translations - language.add --- {% set translation_settings_link_text %}{% trans %}Content language and translation{% endtrans %}{% endset %} {% set… |
content_translation_test.module | file | core/ |
Helper module for the Content Translation tests. |
content_translation_test_entity_access | function | core/ |
Implements hook_entity_access(). |
content_translation_test_entity_bundle_info_alter | function | core/ |
Implements hook_entity_bundle_info_alter(). |
content_translation_test_form_node_form_alter | function | core/ |
Implements hook_form_BASE_FORM_ID_alter(). |
content_translation_test_form_node_form_submit | function | core/ |
Form submission handler for custom field added based on a request parameter. |
ContextualLinkDefaultTest::$stringTranslation | property | core/ |
The mocked translator. |
ConvertTokens::transform | function | core/ |
Performs the associated process. |
core.translations.html.twig | file | core/ |
--- label: 'Working with languages and translations' top_level: true related: - block.place - block.configure --- {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %} {% set… |
css_disable_transitions_test.module | file | core/ |
Helper module for disabling animations in tests. |
css_disable_transitions_test_page_attachments | function | core/ |
Implements hook_page_attachments(). |
DatabaseDriverUninstallValidator::setStringTranslation | function | core/ |
|
DateHelper::monthNamesAbbrUntranslated | function | core/ |
Constructs an untranslated array of abbreviated month names. |
DateHelper::monthNamesUntranslated | function | core/ |
Constructs an untranslated array of month names. |
DateHelper::weekDaysUntranslated | function | core/ |
Constructs an untranslated array of week days. |
DateTest::$stringTranslation | property | core/ |
The mocked string translation. |
DeleteMultipleFormTest::testTranslatableEntities | function | core/ |
Tests the delete form for translatable entities. |
DeleteMultipleFormTest::testUntranslatableEntities | function | core/ |
Tests the delete form for untranslatable entities. |
DeleteTruncateTest::testTruncateInTransaction | function | core/ |
Confirms that we can truncate a whole table while in transaction. |
DeleteTruncateTest::testTruncateTransactionRollback | function | core/ |
Confirms that transaction rollback voids a truncate operation. |
DistributionProfileTranslationQueryTest | class | core/ |
Tests distribution profile support with a 'langcode' query string. |
DistributionProfileTranslationQueryTest.php | file | core/ |
|
DistributionProfileTranslationQueryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DistributionProfileTranslationQueryTest::$info | property | core/ |
The distribution profile info. |
DistributionProfileTranslationQueryTest::$langcode | property | core/ |
The language code in which to install Drupal. |
DistributionProfileTranslationQueryTest::getPo | function | core/ |
Returns the string for the test .po file. |
DistributionProfileTranslationQueryTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
DistributionProfileTranslationQueryTest::setUpLanguage | function | core/ |
Installer step: Select language. |
DistributionProfileTranslationQueryTest::setUpProfile | function | core/ |
Installer step: Select installation profile. |
DistributionProfileTranslationQueryTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.