'Test metatags', 'description' => "Tests the test meta tags from the metatag_test module.", 'group' => 'Metatag', 'dependencies' => array('ctools', 'devel', 'token'), ); } /** * {@inheritdoc} */ public $tags = array( 'test:foo', 'test:multifoo', 'test:nodesc', ); /** * {@inheritdoc} */ public function getTestTagName($tag_name) { return str_replace('_', ':', $tag_name); } }