function VariableTranslation::doCount
Gets the source count using countQuery().
Overrides SqlBase::doCount
File
-
core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ d7/ VariableTranslation.php, line 97
Class
- VariableTranslation
- Drupal 7 variable_store source from database.
Namespace
Drupal\migrate_drupal\Plugin\migrate\source\d7Code
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.