You are here

FooTableInterface.php in FooTable 8.2

Namespace

Drupal\footable

File

src/FooTableInterface.php
View source
<?php

namespace Drupal\footable;


/**
 *
 */
interface FooTableInterface {

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

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

}

Interfaces

Namesort descending Description
FooTableInterface