function CommentVariablePerCommentType::getIds
Overrides CommentVariable::getIds
File
-
core/
modules/ comment/ src/ Plugin/ migrate/ source/ d6/ CommentVariablePerCommentType.php, line 63
Class
- CommentVariablePerCommentType
- Plugin annotation @MigrateSource( id = "d6_comment_variable_per_comment_type", source_module = "comment" )
Namespace
Drupal\comment\Plugin\migrate\source\d6Code
public function getIds() {
$ids['comment_type']['type'] = 'string';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.