You are here

function party_primary_fields_clear_caches in Party 7

Submission handler to clear primary field caches.

1 string reference to 'party_primary_fields_clear_caches'
PartyPrimaryFields::sourceForm in includes/party.primary_fields.inc
Set up a source form under the given element.

File

./party.admin.inc, line 298
Admin page callback file for the party module.

Code

function party_primary_fields_clear_caches() {
  PartyPrimaryFields::clearCaches();
}