function CommentVariable::count

Overrides DummyQueryTrait::count

File

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

Class

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

Namespace

Drupal\comment\Plugin\migrate\source\d6

Code

public function count($refresh = FALSE) {
    return count($this->getCommentVariables());
}

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