You are here

public function Skin::getOptions in Skinr 8.2

Returns the skin options.

Return value

array

Overrides SkinInterface::getOptions

File

src/Entity/Skin.php, line 147
Contains \Drupal\skinr\Entity\Skin.

Class

Skin
Defines the Skin entity.

Namespace

Drupal\skinr\Entity

Code

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