function VariableTranslation::doCount
Gets the source count using countQuery().
Overrides SqlBase::doCount
File
- 
              core/modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ d6/ VariableTranslation.php, line 92 
Class
- VariableTranslation
- Drupal 6 i18n_variable source from database.
Namespace
Drupal\migrate_drupal\Plugin\migrate\source\d6Code
protected function doCount() {
  return $this->initializeIterator()
    ->count();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
