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