public function SlickInterface::getBreakpoints in Slick Carousel 8.2
Same name and namespace in other branches
- 8 src/Entity/SlickInterface.php \Drupal\slick\Entity\SlickInterface::getBreakpoints()
- 7.3 src/Entity/SlickInterface.php \Drupal\slick\Entity\SlickInterface::getBreakpoints()
Returns the number of breakpoints.
Return value
int The number of the provided breakpoints.
1 method overrides SlickInterface::getBreakpoints()
- Slick::getBreakpoints in src/
Entity/ Slick.php - Returns the number of breakpoints.
File
- src/
Entity/ SlickInterface.php, line 16
Class
- SlickInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function getBreakpoints();