You are here

function fieldable_panels_panes_flush_caches in Fieldable Panels Panes (FPP) 7

Implements hook_flush_caches().

File

./fieldable_panels_panes.module, line 550
Maintains an entity that appears as panel pane content.

Code

function fieldable_panels_panes_flush_caches() {
  return array(
    'cache_entity_fieldable_panels_pane',
  );
}