TableMappingInterface::getTableNames

public TableMappingInterface::getTableNames()

Gets a list of table names for this mapping.

Return value

string[] An array of table names.

File

core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php, line 33

Class

TableMappingInterface
Provides a common interface for mapping field columns to SQL tables.

Namespace

Drupal\Core\Entity\Sql

Code

public function getTableNames();
doc_Drupal
2016-10-29 09:46:05
Comments
Leave a Comment

Please login to continue.