public TableMappingInterface::getFieldColumnName(FieldStorageDefinitionInterface $storage_definition, $property_name)
Generates a column name for a field property.
\Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage definition.
string $property_name: The name of the property.
string A string containing a generated column name for a field data table that is unique among all other fields.
public function getFieldColumnName(FieldStorageDefinitionInterface $storage_definition, $property_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::getFieldColumnName/8.1.x