public function SkinInterface::setOptions in Skinr 8.2
Sets the skin options.
Parameters
array $options: The array of options.
Return value
$this
1 method overrides SkinInterface::setOptions()
- Skin::setOptions in src/
Entity/ Skin.php - Sets the skin options.
File
- src/
SkinInterface.php, line 58 - Contains \Drupal\skinr\SkinInterface.
Class
- SkinInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\skinrCode
public function setOptions($options);