interface TableFactoryInterface in Data 8
Provides an interface for data handling.
Hierarchy
- interface \Drupal\data\TableFactoryInterface
Expanded class hierarchy of TableFactoryInterface
All classes that implement TableFactoryInterface
File
- src/
TableFactoryInterface.php, line 8
Namespace
Drupal\dataView source
interface TableFactoryInterface {
/**
* @param string $name
*
* @return Table
* @throws DataException
*/
function get($name);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TableFactoryInterface:: |
function | 1 |