You are here

public function SlickInterface::getBreakpoints in Slick Carousel 7.3

Same name and namespace in other branches
  1. 8.2 src/Entity/SlickInterface.php \Drupal\slick\Entity\SlickInterface::getBreakpoints()
  2. 8 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\Entity

Code

public function getBreakpoints();