function ViewModeBase::count

Overrides SqlBase::count

File

core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php, line 15

Class

ViewModeBase
A base class for migrations that require view mode info.

Namespace

Drupal\node\Plugin\migrate\source\d6

Code

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

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