You are here

public function GroupBase::isActive in Metatag 8

Whether or not this group is being used.

Return value

bool Whether this group has been enabled.

File

src/Plugin/metatag/Group/GroupBase.php, line 84

Class

GroupBase
Each group will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Group

Code

public function isActive() {
  return TRUE;
}