You are here

public function FooTableBreakpoint::getBreakpoint in FooTable 8.2

Same name and namespace in other branches
  1. 8 src/Entity/FooTableBreakpoint.php \Drupal\footable\Entity\FooTableBreakpoint::getBreakpoint()

Gets the breakpoint.

Return value

int The breakpoint.

Overrides FooTableBreakpointInterface::getBreakpoint

File

src/Entity/FooTableBreakpoint.php, line 76

Class

FooTableBreakpoint
Defines the FooTable Breakpoint Config entity.

Namespace

Drupal\footable\Entity

Code

public function getBreakpoint() {
  return $this->breakpoint;
}