You are here

public function FooTableBreakpointInterface::setBreakpoint in FooTable 8

Sets the breakpoint.

Parameters

string|int $breakpoint: The breakpoint.

Return value

$this

1 method overrides FooTableBreakpointInterface::setBreakpoint()
FooTableBreakpoint::setBreakpoint in src/Entity/FooTableBreakpoint.php
Sets the breakpoint.

File

src/FooTableBreakpointInterface.php, line 28

Class

FooTableBreakpointInterface
Provides an interface defining a FooTable breakpoint entity.

Namespace

Drupal\footable

Code

public function setBreakpoint($breakpoint);