Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TableMappingInterface.php

function TableMappingInterface::getReservedColumns

Gets the list of columns that can not be used as field type columns.

Return value

array

1 method overrides TableMappingInterface::getReservedColumns()
DefaultTableMapping::getReservedColumns in core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
Gets the list of columns that can not be used as field type columns.

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();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal