public TableMappingInterface::getColumnNames($field_name)
Gets a mapping of field columns to database columns for a given field.
string $field_name: The name of the entity field to return the column mapping for.
string[] The keys of this array are the keys of the array returned by FieldStorageDefinitionInterface::getColumns() while the respective values are the names of the database columns for this table mapping.
public function getColumnNames($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::getColumnNames/8.1.x