function DefaultTableMapping::getReservedColumns
Gets the list of columns that can not be used as field type columns.
Return value
array
Overrides TableMappingInterface::getReservedColumns
1 call to DefaultTableMapping::getReservedColumns()
- DefaultTableMapping::getFieldColumnName in core/
lib/ Drupal/ Core/ Entity/ Sql/ DefaultTableMapping.php - Generates a column name for a field property.
File
-
core/
lib/ Drupal/ Core/ Entity/ Sql/ DefaultTableMapping.php, line 550
Class
- DefaultTableMapping
- Defines a default table mapping class.
Namespace
Drupal\Core\Entity\SqlCode
public function getReservedColumns() {
return [
'deleted',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.