You are here

public function MetatagManagerInterface::sortedTags in Metatag 8

Returns an array of tag plugin information sorted by group then weight.

Return value

array Array of tags, sorted by weight.

1 method overrides MetatagManagerInterface::sortedTags()
MetatagManager::sortedTags in src/MetatagManager.php
Returns an array of tag plugin information sorted by group then weight.

File

src/MetatagManagerInterface.php, line 65

Class

MetatagManagerInterface
Class MetatagManager.

Namespace

Drupal\metatag

Code

public function sortedTags();