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

Breadcrumb

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

function TableMappingInterface::getTableNames

Gets a list of table names for this mapping.

Return value

string[] An array of table names.

1 method overrides TableMappingInterface::getTableNames()
DefaultTableMapping::getTableNames in core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
Gets a list of table names for this mapping.

File

core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php, line 33

Class

TableMappingInterface
Provides a common interface for mapping field columns to SQL tables.

Namespace

Drupal\Core\Entity\Sql

Code

public function getTableNames();

API Navigation

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