You are here

public function MetaType::getOptions in Easymeta 8

Get MetaType Options. Used for the select form element.

Return value

mixed MetaType options.

File

src/MetaType.php, line 167

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

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