You are here

interface FooTableInterface in FooTable 8.2

Hierarchy

Expanded class hierarchy of FooTableInterface

All classes that implement FooTableInterface

File

src/FooTableInterface.php, line 8

Namespace

Drupal\footable
View source
interface FooTableInterface {

  /**
   * @return string
   */
  public function getLibrary();

  /**
   * @return array
   */
  public function getBreakpoints();

}

Members