You are here

public function FacConfig::getBreakpoint in Fast Autocomplete 8

Gets the breakpoint.

Return value

int The breakpoint.

Overrides FacConfigInterface::getBreakpoint

File

src/Entity/FacConfig.php, line 275

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

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