interface FooTableInterface in FooTable 8.2
Hierarchy
- interface \Drupal\footable\FooTableInterface
Expanded class hierarchy of FooTableInterface
All classes that implement FooTableInterface
File
- src/
FooTableInterface.php, line 8
Namespace
Drupal\footableView source
interface FooTableInterface {
/**
* @return string
*/
public function getLibrary();
/**
* @return array
*/
public function getBreakpoints();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FooTableInterface:: |
public | function | 1 | |
FooTableInterface:: |
public | function | 1 |