You are here

public function DataProviderDbQueryInterface::setTableName in RESTful 7.2

Set the name of the table to query.

Parameters

string $table_name: The name of the table to query.

1 method overrides DataProviderDbQueryInterface::setTableName()
DataProviderDbQuery::setTableName in src/Plugin/resource/DataProvider/DataProviderDbQuery.php
Set the name of the table to query.

File

src/Plugin/resource/DataProvider/DataProviderDbQueryInterface.php, line 26
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderDbQueryInterface.

Class

DataProviderDbQueryInterface

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function setTableName($table_name);