You are here

public function Slick::getBreakpoints in Slick Carousel 7.3

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

Class

Slick
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

public function getBreakpoints() {
  return $this->breakpoints;
}