You are here

function hook_party_data_set_detach_DATA_SET_NAME in Party 7

Act when an entity is detached from a party on a specific data set.

Parameters

PartyDefaultDataSet $controller: The data set controller that the entity has been detached from.

Object $entity: The entity that has been detached from the party.

int $delta: The $delta the detached entity has been removed from.

See also

PartyDefaultDataSet::detachEntity()

PartyDefaultDataSet::detachEntityByDelta()

hook_party_data_set_detach()

File

./party.api.php, line 338
Hooks provided by the Party module.

Code

function hook_party_data_set_detach_DATA_SET_NAME($controller, $entity, $delta) {

  // No example.
}