constant ADVAGG_RELOCATE_CSS_FONT_DOMAINS in Advanced CSS/JS Aggregation 7.2
Default value for supported CSS font domains.
Related topics
3 uses of ADVAGG_RELOCATE_CSS_FONT_DOMAINS
- advagg_relocate_admin_settings_form in advagg_relocate/
advagg_relocate.admin.inc - Form builder; Configure advagg settings.
- advagg_relocate_advagg_current_hooks_hash_array_alter in advagg_relocate/
advagg_relocate.module - Implements hook_advagg_current_hooks_hash_array_alter().
- advagg_relocate_check_domain_of_font_url in advagg_relocate/
advagg_relocate.module - Verifies that the external CSS file is from a domain we allow for inlining.
File
- advagg_relocate/
advagg_relocate.module, line 111 - Advanced aggregation relocate module.
Code
define('ADVAGG_RELOCATE_CSS_FONT_DOMAINS', "fonts.googleapis.com");