Version 1.17.2.1 (checked in on 2010/02/13 at 20:22:42 by agentken)
Interface for advanced domain matching for Domain Access.
Original code by bforchhammer.- @link http://drupal.org/user/216396 @link http://drupal.org/node/284422
@ingroup domain_alias
| Name | Description |
|---|---|
| domain_alias_best_match | Given multiple choices for an alias, find the best match. |
| domain_alias_block | Implement hook_block(). |
| domain_alias_disable | Implement hook_disable(). |
| domain_alias_domainlinks | Implement hook_domainlinks() |
| domain_alias_domainload | Implement hook_domainload() |
| domain_alias_domainnav | Implement hook_domainnav(). |
| domain_alias_domainupdate | Implement hook_domainupdate(). |
| domain_alias_domainview | Implement hook_domainview(). |
| domain_alias_domain_bootstrap_lookup | Implement hook_domain_bootstrap_lookup(). |
| domain_alias_enable | Implement hook_enable(). |
| domain_alias_init | Implement hook_init(). |
| domain_alias_list | Returns all aliases for one domain record (domain_id). |
| domain_alias_lookup | Runs a lookup against the {domain_alias} table. One of the two values must be present. The database result is limited to one row. |
| domain_alias_menu | Implement hook_menu(). |
| domain_alias_theme | Implement hook_theme(). |
| theme_domain_alias_block | Theme element for the Domain Alias switcher block. |
| _domain_alias_link | |
| _domain_alias_placeholders_from_sql | Replace SQL placeholders % and _ by placeholders * and ?. Opposite of _domain_alias_placeholder_to_sql(). |
| _domain_alias_placeholders_to_sql | Replace placeholders * and ? with SQL placeholders % and _ |