function ExpireDomain::expire in Cache Expiration 7.2
Expires urls for the object.
Parameters
$object: Some object (user, node, comment, etc).
$action: Action that was executed for the object.
$skip_action_check: Shows whether should we check executed action or just expire node.
Overrides ExpireInterface::expire
File
- includes/
expire.domain.inc, line 11 - Provides class that expires domain base urls.
Class
- ExpireDomain
- @file Provides class that expires domain base urls.
Code
function expire($domain, $action, $skip_action_check = FALSE) {
}