public function Slick::optimized in Slick Carousel 8.2
Same name and namespace in other branches
- 8 src/Entity/Slick.php \Drupal\slick\Entity\Slick::optimized()
- 7.3 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 89
Class
- Slick
- Defines the Slick configuration entity.
Namespace
Drupal\slick\EntityCode
public function optimized() {
return $this->optimized;
}