function VariableTranslation::count

Overrides SqlBase::count

File

core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php, line 73

Class

VariableTranslation
Drupal i18n_variable source from database.

Namespace

Drupal\migrate_drupal\Plugin\migrate\source\d6

Code

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

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