public TableMappingInterface::getFieldTableName($field_name)
Gets the table name for a given column.
string $field_name: The name of the entity field to return the column mapping for.
string Table name for the given field.
\Drupal\Core\Entity\Sql\SqlContentEntityStorageException
public function getFieldTableName($field_name);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Sql!TableMappingInterface.php/function/TableMappingInterface::getFieldTableName/8.1.x