You are here

function hook_metatag_config_default_alter in Metatag 7

Allow the exported configurations to be changed prior to being cached.

1 function implements hook_metatag_config_default_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

metatag_test_metatag_config_default_alter in tests/metatag_test.metatag.inc
Implements hook_metatag_config_default_alter().

File

./metatag.api.php, line 60
API documentation for the Metatag module.

Code

function hook_metatag_config_default_alter(&$config) {
}