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