Function Hook_admin_stats_views->domain_list_match
Definitions
sources/hooks/modules/admin_stats/views.php
- See if a domain matches a list of regexps.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$list | array | required parameter | N/A | N/A | List of regexps |
$domain | string | required parameter | N/A | N/A | Domain name |
Return
- Whether it matches
- Type: boolean
- Set: N/A
- Range: N/A