You are here

public function MetaType::getProperty in Easymeta 8

Get MetaType Property.

Return value

mixed MetaType Property.

File

src/MetaType.php, line 127

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function getProperty() {
  return $this->property;
}