You are here

public function WebformEntityReferenceManagerInterface::getTableNames in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformEntityReferenceManagerInterface.php \Drupal\webform\WebformEntityReferenceManagerInterface::getTableNames()

Get the table names for all webform field instances.

Return value

array An associative array of webform field table names and webform field names.

1 method overrides WebformEntityReferenceManagerInterface::getTableNames()
WebformEntityReferenceManager::getTableNames in src/WebformEntityReferenceManager.php
Get the table names for all webform field instances.

File

src/WebformEntityReferenceManagerInterface.php, line 126

Class

WebformEntityReferenceManagerInterface
Defines an interface for webform entity manager classes.

Namespace

Drupal\webform

Code

public function getTableNames();