constant HOSTING_ALIAS_AUTOMATIC in Hosting 6.2
Same name and namespace in other branches
- 5 alias/hosting_alias.module \HOSTING_ALIAS_AUTOMATIC
- 7.4 alias/hosting_alias.module \HOSTING_ALIAS_AUTOMATIC
- 7.3 alias/hosting_alias.module \HOSTING_ALIAS_AUTOMATIC
An alias of this type is an automatically generated one.
See also
hosting_alias_automatic_aliases()
2 uses of HOSTING_ALIAS_AUTOMATIC
- hosting_alias_form_data in alias/
hosting_alias.module - Alter the node form for a site to add the aliases and redirection items.
- hosting_alias_insert in alias/
hosting_alias.module - Save stored aliases for a new site.
File
- alias/
hosting_alias.module, line 17 - Allow sites to have domain aliases that they can be accessed with.
Code
define('HOSTING_ALIAS_AUTOMATIC', 1);