public TableMappingInterface::getReservedColumns()
Gets the list of columns that can not be used as field type columns.
Return value
array
File
- core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php, line 94
Class
- TableMappingInterface
- Provides a common interface for mapping field columns to SQL tables.
Namespace
Drupal\Core\Entity\Sql
Code
public function getReservedColumns();
Please login to continue.