function UploadInstance::count

Overrides DummyQueryTrait::count

File

core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php, line 81

Class

UploadInstance
Drupal 6 upload instance source from database.

Namespace

Drupal\file\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.