You are here

public static function SlickBaseInterface::load in Slick Carousel 7.3

Returns the given optionset object identified by $id.

Parameters

string $id: The optionset ID with property name, or default.

Return value

object Returns the optionset, or else default, if no optionset found.

1 method overrides SlickBaseInterface::load()
SlickBase::load in src/Entity/SlickBase.php
Returns the given optionset object identified by $id.

File

src/Entity/SlickBaseInterface.php, line 19

Class

SlickBaseInterface
Provides an interface defining a Slick entity.

Namespace

Drupal\slick\Entity

Code

public static function load($id = 'default');