You are here

public function DrupalMetaTagInterface::getWeight in Metatag 7

Calculate the weight of this meta tag.

Return value

int Weight.

1 method overrides DrupalMetaTagInterface::getWeight()
DrupalDefaultMetaTag::getWeight in ./metatag.inc
Calculate the weight of this meta tag.

File

./metatag.inc, line 45
Metatag primary classes.

Class

DrupalMetaTagInterface
The master interface for all tags.

Code

public function getWeight();