You are here

public function SlickInterface::optimized in Slick Carousel 7.3

Same name and namespace in other branches
  1. 8.2 src/Entity/SlickInterface.php \Drupal\slick\Entity\SlickInterface::optimized()
  2. 8 src/Entity/SlickInterface.php \Drupal\slick\Entity\SlickInterface::optimized()

Returns whether to optimize the stored options, or not.

Return value

bool If true, the stored options will be cleaned out from defaults.

1 method overrides SlickInterface::optimized()
Slick::optimized in src/Entity/Slick.php
Returns whether to optimize the stored options, or not.

File

src/Entity/SlickInterface.php, line 40

Class

SlickInterface
Provides an interface defining a Slick entity.

Namespace

Drupal\slick\Entity

Code

public function optimized();