function CommentVariable::getIds

Overrides MigrateSourceInterface::getIds

1 method overrides CommentVariable::getIds()
CommentVariablePerCommentType::getIds in core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php
Defines the source fields uniquely identifying a source row.

File

core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php, line 109

Class

CommentVariable
Plugin annotation @MigrateSource( id = "d6_comment_variable", source_module = "comment" )

Namespace

Drupal\comment\Plugin\migrate\source\d6

Code

public function getIds() {
    $ids['node_type']['type'] = 'string';
    return $ids;
}

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