You are here

function hook_yoast_seo_configuration_alter in Real-time SEO for Drupal 7

Alter the configuration sent to the content analysis library.

Parameters

array $configuration: The array containing all the configuration options needed to let the content analysis library work it's magic.

1 invocation of hook_yoast_seo_configuration_alter()
yoast_seo_configuration_form_after_build in ./yoast_seo.module
In this afterbuild function we add the configuration to the JavaScript.

File

./yoast_seo.api.php, line 15
Hooks provided by the Yoast SEO for Drupal module.

Code

function hook_yoast_seo_configuration_alter(&$configuration) {
}