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\EntityCode
public function getBreakpoint() {
return $this->breakpoint;
}