You are here

yoast_seo.api.php in Real-time SEO for Drupal 7

Hooks provided by the Yoast SEO for Drupal module.

File

yoast_seo.api.php
View source
<?php

/**
 * @file
 * Hooks provided by the Yoast SEO for Drupal module.
 */

/**
 * Alter the configuration sent to the content analysis library.
 *
 * @param array $configuration
 *   The array containing all the configuration options needed to let the
 *   content analysis library work it's magic.
 */
function hook_yoast_seo_configuration_alter(&$configuration) {
}

Functions

Namesort descending Description
hook_yoast_seo_configuration_alter Alter the configuration sent to the content analysis library.