SqlContentEntityStorage::getBaseTable

public SqlContentEntityStorage::getBaseTable()

Gets the base table name.

Return value

string The table name.

File

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

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

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

Please login to continue.