SqlContentEntityStorage::getDataTable

public SqlContentEntityStorage::getDataTable()

Gets the data table name.

Return value

string|false The table name or FALSE if it is not available.

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 222

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

public function getDataTable() {
  return $this->dataTable;
}
doc_Drupal
2016-10-29 09:43:23
Comments
Leave a Comment

Please login to continue.