You are here

function EntityFieldQuery::ensure_table in EntityFieldQuery Views Backend 8

This is used by the field field handler.

File

src/Plugin/views/query/EntityFieldQuery.php, line 172

Class

EntityFieldQuery
Views query plugin for an SQL query.

Namespace

Drupal\efq_views\Plugin\views\query

Code

function ensure_table($table) {
  return $table;
}