function DefaultTableMapping::getReservedColumns

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php \Drupal\Core\Entity\Sql\DefaultTableMapping::getReservedColumns()

File

core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php, line 550

Class

DefaultTableMapping
Defines a default table mapping class.

Namespace

Drupal\Core\Entity\Sql

Code

public function getReservedColumns() {
  return [
    'deleted',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.