FooTableInterface.php in FooTable 8.2
Namespace
Drupal\footableFile
src/FooTableInterface.phpView source
<?php
namespace Drupal\footable;
/**
*
*/
interface FooTableInterface {
/**
* @return string
*/
public function getLibrary();
/**
* @return array
*/
public function getBreakpoints();
}
Interfaces
Name | Description |
---|---|
FooTableInterface |