function UploadInstance::doCount

Same name in other branches
  1. 10 core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php \Drupal\file\Plugin\migrate\source\d6\UploadInstance::doCount()
  2. 11.x core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php \Drupal\file\Plugin\migrate\source\d6\UploadInstance::doCount()

Overrides DummyQueryTrait::doCount

File

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

Class

UploadInstance
Drupal 6 upload instance source from database.

Namespace

Drupal\file\Plugin\migrate\source\d6

Code

protected function doCount() {
    return count($this->initializeIterator());
}

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