public TableMappingInterface::getFieldNames($table_name)
Gets a list of names of fields stored in the specified table.
string $table_name: The name of the table to return the field names for.
string[] An array of field names for the given table.
public function getFieldNames($table_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::getFieldNames/8.1.x