public function EventHandler::breakEditLock in Services Client 7.2
Break any edit lock for current event.
File
- include/
event.inc, line 512
Class
- EventHandler
- Event handler plugin.
Code
public function breakEditLock() {
ctools_object_cache_clear_all('ctui_services_client', $this->event->name . '::configure');
}