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; }
Please login to continue.