function FieldInstance::count
Overrides SqlBase::count
File
-
core/
modules/ field/ src/ Plugin/ migrate/ source/ d7/ FieldInstance.php, line 209
Class
- FieldInstance
- Drupal 7 field instances source from database.
Namespace
Drupal\field\Plugin\migrate\source\d7Code
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.