You are here

public function MetaNameBase::weight in Metatag 8

This meta tag's form field's weight.

Return value

int|float The form API weight for this. May be any number supported by Form API.

File

src/Plugin/metatag/Tag/MetaNameBase.php, line 190

Class

MetaNameBase
Each meta tag will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Tag

Code

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