public function SlickInterface::optimized in Slick Carousel 8.2
Same name and namespace in other branches
- 8 src/Entity/SlickInterface.php \Drupal\slick\Entity\SlickInterface::optimized()
- 7.3 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\EntityCode
public function optimized();