You are here

public static function SlickBaseInterface::loadMultiple in Slick Carousel 7.3

Fetches all optionsets from the storage.

Parameters

bool $reset: If TRUE, the static cache of all objects will be flushed prior to loading all. This can be important on listing pages where items might have changed on the page load.

Return value

array The associative array of all optionsets.

1 method overrides SlickBaseInterface::loadMultiple()
SlickBase::loadMultiple in src/Entity/SlickBase.php
Fetches all optionsets from the storage.

File

src/Entity/SlickBaseInterface.php, line 32

Class

SlickBaseInterface
Provides an interface defining a Slick entity.

Namespace

Drupal\slick\Entity

Code

public static function loadMultiple($reset = FALSE);