You are here

function hook_metatag_config_update in Metatag 7

Triggered when a Metatag configuration is updated.

Parameters

object $config: The configuration object that was modified.

1 function implements hook_metatag_config_update()

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

i18n_string_metatag_config_update in ./metatag.module
Implements hook_config_update().
1 invocation of hook_metatag_config_update()
metatag_config_save in ./metatag.module
Save a metatag configuration record to the database.

File

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

Code

function hook_metatag_config_update($config) {
}