You are here

public function Slick::optimized in Slick Carousel 7.3

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

Returns whether to optimize the stored options, or not.

Return value

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

Overrides SlickInterface::optimized

File

src/Entity/Slick.php, line 62

Class

Slick
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

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