function DefaultTableMapping::getDataTable
Gets the data table name.
@internal
Return value
string|null The data table name.
File
- 
              core/
lib/ Drupal/ Core/ Entity/ Sql/ DefaultTableMapping.php, line 295  
Class
- DefaultTableMapping
 - Defines a default table mapping class.
 
Namespace
Drupal\Core\Entity\SqlCode
public function getDataTable() {
  return $this->dataTable;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.