private function GenerateTagCommand::getGroups in Metatag 8
All of the meta tag groups.
Return value
array A list of the available groups.
1 call to GenerateTagCommand::getGroups()
- GenerateTagCommand::interact in src/
Command/ GenerateTagCommand.php
File
- src/
Command/ GenerateTagCommand.php, line 343
Class
- GenerateTagCommand
- Class GenerateTagCommand.
Namespace
Drupal\metatag\CommandCode
private function getGroups() {
return array_keys($this->metatagManager
->sortedGroups());
}