function NodeCounter::query
Return value
\Drupal\Core\Database\Query\SelectInterface
Overrides SqlBase::query
File
-
core/
modules/ statistics/ src/ Plugin/ migrate/ source/ NodeCounter.php, line 27
Class
- NodeCounter
- Drupal 6/7 node counter source from database.
Namespace
Drupal\statistics\Plugin\migrate\sourceCode
public function query() {
return $this->select('node_counter', 'nc')
->fields('nc');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.