You are here

interface TableFactoryInterface in Data 8

Provides an interface for data handling.

Hierarchy

Expanded class hierarchy of TableFactoryInterface

All classes that implement TableFactoryInterface

File

src/TableFactoryInterface.php, line 8

Namespace

Drupal\data
View source
interface TableFactoryInterface {

  /**
   * @param string $name
   *
   * @return Table
   * @throws DataException
   */
  function get($name);

}

Members