public function FooTableBreakpointInterface::getBreakpoint in FooTable 8
Gets the breakpoint.
Return value
string|int The breakpoint.
1 method overrides FooTableBreakpointInterface::getBreakpoint()
- FooTableBreakpoint::getBreakpoint in src/
Entity/ FooTableBreakpoint.php - Gets the breakpoint.
File
- src/
FooTableBreakpointInterface.php, line 18
Class
- FooTableBreakpointInterface
- Provides an interface defining a FooTable breakpoint entity.
Namespace
Drupal\footableCode
public function getBreakpoint();