public static function FooTableBreakpointInterface::loadAll in FooTable 8
Returns a list of FooTable breakpoints including the default FooTable breakpoint (All).
Return value
static[] An array of FooTable breakpoint objects indexed by their IDs.
1 method overrides FooTableBreakpointInterface::loadAll()
- FooTableBreakpoint::loadAll in src/
Entity/ FooTableBreakpoint.php - Returns a list of FooTable breakpoints including the default FooTable breakpoint (All).
File
- src/
FooTableBreakpointInterface.php, line 37
Class
- FooTableBreakpointInterface
- Provides an interface defining a FooTable breakpoint entity.
Namespace
Drupal\footableCode
public static function loadAll();