public function MetaType::setLabel in Easymeta 8
Set MetaType label.
Parameters
mixed $label: MetaType Label.
File
- src/
MetaType.php, line 77
Class
- MetaType
- Class to describes Metas.
Namespace
Drupal\easymetaCode
public function setLabel($label) {
$this->label = $label;
}