Search for trans
- Search 7.x for trans
- Search 9.5.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 |
|---|---|---|---|
| NodeConfigTranslationHooks.php | file | core/ |
|
| NodeConfigTranslationHooks::configTranslationInfoAlter | function | core/ |
Implements hook_config_translation_info_alter(). |
| NodeEntityTranslation | class | core/ |
Drupal 7 node entity translations source from database. |
| NodeEntityTranslation.php | file | core/ |
|
| NodeEntityTranslation::fields | function | core/ |
Returns available fields on the source. |
| NodeEntityTranslation::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| NodeEntityTranslation::prepareRow | function | core/ |
Adds additional data to the row. |
| NodeEntityTranslation::query | function | core/ |
Prepares query object to retrieve data from the source database. |
| NodeEntityTranslationTest | class | core/ |
Tests Drupal 7 node entity translations source plugin. |
| NodeEntityTranslationTest.php | file | core/ |
|
| NodeEntityTranslationTest::$modules | property | core/ |
Modules to install. |
| NodeEntityTranslationTest::providerSource | function | core/ |
Provides source data for ::testSource. |
| NodeRevision::handleTranslations | function | core/ |
Adapt our query for translations. |
| NodeRevisionRevertTranslationForm | class | core/ |
Provides a form for reverting a node revision for a single translation. |
| NodeRevisionRevertTranslationForm.php | file | core/ |
|
| NodeRevisionRevertTranslationForm::$langcode | property | core/ |
The language to be reverted. |
| NodeRevisionRevertTranslationForm::$languageManager | property | core/ |
The language manager. |
| NodeRevisionRevertTranslationForm::buildForm | function | core/ |
Form constructor. |
| NodeRevisionRevertTranslationForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| NodeRevisionRevertTranslationForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| NodeRevisionRevertTranslationForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| NodeRevisionRevertTranslationForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| NodeRevisionRevertTranslationForm::prepareRevertedRevision | function | core/ |
Prepares a revision to be reverted. |
| NodeRevisionRevertTranslationForm::__construct | function | core/ |
Constructs a new NodeRevisionRevertTranslationForm. |
| NodeRevisionsTest::testRevisionTranslationRevert | function | core/ |
Tests the revision translations are correctly reverted. |
| NodeRevisionsUiTest::testNodeRevisionsTabPagerAffectedTranslations | function | core/ |
Tests the revision tab paginates correctly with affected translations. |
| NodeTranslationExceptionSubscriber | class | core/ |
Redirect node translations that have been consolidated by migration. |
| NodeTranslationExceptionSubscriber.php | file | core/ |
|
| NodeTranslationExceptionSubscriber::$keyValue | property | core/ |
The key value factory. |
| NodeTranslationExceptionSubscriber::$languageManager | property | core/ |
The language manager. |
| NodeTranslationExceptionSubscriber::$state | property | core/ |
The state service. |
| NodeTranslationExceptionSubscriber::$urlGenerator | property | core/ |
The URL generator. |
| NodeTranslationExceptionSubscriber::getSubscribedEvents | function | core/ |
|
| NodeTranslationExceptionSubscriber::onException | function | core/ |
Redirects not found node translations using the key value collection. |
| NodeTranslationExceptionSubscriber::__construct | function | core/ |
Constructs the NodeTranslationExceptionSubscriber. |
| NodeTranslationHandler | class | core/ |
Defines the translation handler for nodes. |
| NodeTranslationHandler.php | file | core/ |
|
| NodeTranslationHandler::entityFormAlter | function | core/ |
Performs the needed alterations to the entity form. |
| NodeTranslationHandler::entityFormEntityBuild | function | core/ |
Entity builder method. |
| NodeTranslationHandler::entityFormTitle | function | core/ |
Returns the title to be used for the entity form page. |
| NodeTranslationMigrateSubscriber | class | core/ |
Creates a key value collection for migrated node translation mappings. |
| NodeTranslationMigrateSubscriber.php | file | core/ |
|
| NodeTranslationMigrateSubscriber::$keyValue | property | core/ |
The key value factory. |
| NodeTranslationMigrateSubscriber::$state | property | core/ |
The state service. |
| NodeTranslationMigrateSubscriber::getSubscribedEvents | function | core/ |
|
| NodeTranslationMigrateSubscriber::isNodeTranslationsMigration | function | core/ |
Helper method to check if we are migrating translated nodes. |
| NodeTranslationMigrateSubscriber::onPostImport | function | core/ |
Set the node_translation_redirect state to enable the redirects. |
| NodeTranslationMigrateSubscriber::onPostRowSave | function | core/ |
Maps the old nid to the new one in the key value collection. |
| NodeTranslationMigrateSubscriber::__construct | function | core/ |
Constructs the NodeTranslationMigrateSubscriber. |
| NodeTranslationRedirectTest | class | core/ |
Tests node translation redirects. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.