public DefaultTableMapping::getReservedColumns()
Gets the list of columns that can not be used as field type columns.
array
Overrides TableMappingInterface::getReservedColumns
public function getReservedColumns() { return array('deleted'); }
© 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!DefaultTableMapping.php/function/DefaultTableMapping::getReservedColumns/8.1.x