You are here

function TableFactoryInterface::get in Data 8

Parameters

string $name:

Return value

Table

Throws

DataException

1 method overrides TableFactoryInterface::get()
TableFactory::get in src/TableFactory.php
@inheritdoc

File

src/TableFactoryInterface.php, line 15

Class

TableFactoryInterface
Provides an interface for data handling.

Namespace

Drupal\data

Code

function get($name);