You are here

function hook_party_data_set_save in Party 7

Act when a data set controller is saved.

Parameters

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

See also

PartyDefaultDataSet::save()

1 function implements hook_party_data_set_save()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

party_log_party_data_set_save in modules/party_log/party_log.party.inc
Implements hook_party_data_set_save().

File

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

Code

function hook_party_data_set_save($controller) {

  // No example.
}