function EntityTranslationSettings::count
Overrides SqlBase::count
File
-
core/
modules/ content_translation/ src/ Plugin/ migrate/ source/ d7/ EntityTranslationSettings.php, line 191
Class
- EntityTranslationSettings
- Drupal 7 Entity Translation settings from variables.
Namespace
Drupal\content_translation\Plugin\migrate\source\d7Code
public function count($refresh = FALSE) {
// Since the number of variables we fetch with query() does not match the
// actual number of rows generated by initializeIterator(), we need to
// override count() to return the correct count.
return (int) $this->initializeIterator()
->count();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.