You are here

function configuration_hash_page_manager_pages in Configuration Management 7

File

includes/configuration.ctools.inc, line 354

Code

function configuration_hash_page_manager_pages($identifier) {

  // Ensure that handlers have their code included before exporting.
  page_manager_get_tasks();
  return ctools_configuration_hash($identifier);
}