function CommentEntityTranslation::getIds

Same name and namespace in other branches
  1. 9 core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php \Drupal\comment\Plugin\migrate\source\d7\CommentEntityTranslation::getIds()
  2. 8.9.x core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php \Drupal\comment\Plugin\migrate\source\d7\CommentEntityTranslation::getIds()
  3. 10 core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php \Drupal\comment\Plugin\migrate\source\d7\CommentEntityTranslation::getIds()

Overrides MigrateSourceInterface::getIds

File

core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php, line 96

Class

CommentEntityTranslation
Drupal 7 comment entity translation source plugin.

Namespace

Drupal\comment\Plugin\migrate\source\d7

Code

public function getIds() {
    return [
        'entity_id' => [
            'type' => 'integer',
            'alias' => 'et',
        ],
        'language' => [
            'type' => 'string',
            'alias' => 'et',
        ],
    ];
}

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