You are here

public function MetaType::setOptions in Easymeta 8

Set MetaType Options. Used for the select form element.

Parameters

mixed $options: MetaType options.

File

src/MetaType.php, line 177

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function setOptions($options) {
  $this->options = $options;
}