function CommentEntityTranslation::getIds

Same name and namespace in other branches
  1. 11.x core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php \Drupal\comment\Plugin\migrate\source\d7\CommentEntityTranslation::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.