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