function RdfMapping::query

Same name in other branches
  1. 8.9.x core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php \Drupal\rdf\Plugin\migrate\source\d7\RdfMapping::query()

Overrides SqlBase::query

File

core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php, line 28

Class

RdfMapping
Drupal 7 rdf source from database.

Namespace

Drupal\rdf\Plugin\migrate\source\d7

Code

public function query() {
    return $this->select('rdf_mapping', 'r')
        ->fields('r');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.