You are here

function hook_party_data_set_save_DATA_SET_NAME in Party 7

Act when a sepecific data sets controller is saved.

Parameters

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

See also

PartyDefaultDataSet::save()

hook_party_data_set_save()

File

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

Code

function hook_party_data_set_save_DATA_SET_NAME($controller) {

  // No example.
}