You are here

Functions in Real-time SEO for Drupal 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_yoast_seo_configuration_alter ./yoast_seo.api.php Alter the configuration sent to the content analysis library.
yoast_seo_admin_settings_form includes/yoast_seo.admin.inc Main settings page. 1
yoast_seo_configuration_form ./yoast_seo.module Build a FAPI array for editing meta tags. 1
yoast_seo_configuration_form_after_build ./yoast_seo.module In this afterbuild function we add the configuration to the JavaScript. 1
yoast_seo_configuration_form_submit ./yoast_seo.module Form API submission callback. 1
yoast_seo_configuration_load ./yoast_seo.module Load an entity's SEO info.
yoast_seo_configuration_load_multiple ./yoast_seo.module Load SEO info for multiple entities. 2
yoast_seo_configuration_save ./yoast_seo.module Save an entity's SEO settings. 2
yoast_seo_entity_delete ./yoast_seo.module Implements hook_entity_delete().
yoast_seo_entity_insert ./yoast_seo.module Implements hook_entity_insert().
yoast_seo_entity_load ./yoast_seo.module Implements hook_entity_load().
yoast_seo_entity_supports_yoast_seo ./yoast_seo.module Check whether the requested entity type (and bundle) support Yoast SEO. 6 2
yoast_seo_entity_type_disable ./yoast_seo.module Disable support for a specific entity type.
yoast_seo_entity_type_enable ./yoast_seo.module Enable support for a specific entity type.
yoast_seo_entity_update ./yoast_seo.module Implements hook_entity_update().
yoast_seo_field_attach_form ./yoast_seo.module Implements hook_field_attach_form().
yoast_seo_form_alter ./yoast_seo.module Implements hook_form_alter().
yoast_seo_form_node_admin_content_alter ./yoast_seo.module Implements hook_form_FORM_ID_alter().
yoast_seo_form_node_type_form_alter ./yoast_seo.module Implements hook_form_FORM_ID_alter().
yoast_seo_get_score ./yoast_seo.module Custom function which will get the SEO score from a nid. 2
yoast_seo_install ./yoast_seo.install Implements hook_install().
yoast_seo_library_path ./yoast_seo.module Generates the path to the Yoast SEO JavaScript library files. 1
yoast_seo_menu ./yoast_seo.module Implements hook_menu().
yoast_seo_node_type_delete ./yoast_seo.module Implements hook_node_type_delete().
yoast_seo_permission ./yoast_seo.module Implements hook_permission().
yoast_seo_schema ./yoast_seo.install Implements hook_schema().
yoast_seo_score_rating ./yoast_seo.module Custom function to build up score div, same as in scoreToRating.js. 3
yoast_seo_uninstall ./yoast_seo.install Implements hook_uninstall().
yoast_seo_update_7000 ./yoast_seo.install Change yoast_seo field scheme type from 'int' to 'float'.
yoast_seo_views_api ./yoast_seo.module Implements hook_views_api().
yoast_seo_views_data views/yoast_seo.views.inc Implements hook_views_data().
_yoast_check_fields_access ./yoast_seo.module Actually we need access to all fields listed or selected.
_yoast_seo_process_field ./yoast_seo.module Helper function that extracts field values and id's. 1
_yoast_seo_process_node_settings_form includes/yoast_seo.forms.inc Adds extra settings to the node content type edit page. 1

Other projects