function CommentVariable::initializeIterator
Overrides SqlBase::initializeIterator
File
-
core/
modules/ comment/ src/ Plugin/ migrate/ source/ d6/ CommentVariable.php, line 26
Class
- CommentVariable
- Plugin annotation @MigrateSource( id = "d6_comment_variable", source_module = "comment" )
Namespace
Drupal\comment\Plugin\migrate\source\d6Code
protected function initializeIterator() {
return new \ArrayIterator($this->getCommentVariables());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.