You are here

function hook_rooms_entity_access_condition_alter in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Allows modules to alter the conditions used on the query to grant view access to a Rooms entity.

This hook uses the same parameters as the entity type specific hook but is invoked after it.

See also

hook_rooms_entity_access_condition_ENTITY_TYPE_alter()

File

./rooms.api.php, line 73
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Code

function hook_rooms_entity_access_condition_alter() {

  // No example.
}