public function Slick::getBreakpoints in Slick Carousel 8
Same name and namespace in other branches
- 8.2 src/Entity/Slick.php \Drupal\slick\Entity\Slick::getBreakpoints()
- 7.3 src/Entity/Slick.php \Drupal\slick\Entity\Slick::getBreakpoints()
Returns the number of breakpoints.
Return value
int The number of the provided breakpoints.
Overrides SlickInterface::getBreakpoints
File
- src/
Entity/ Slick.php, line 119
Class
- Slick
- Defines the Slick configuration entity.
Namespace
Drupal\slick\EntityCode
public function getBreakpoints() {
return $this->breakpoints;
}