Function Hook_notes_quotes->run

Definitions

sources/hooks/blocks/main_notes/quotes.php

  • Decaching trigger for main_notes saves. See if we have to decache based on the passed filename.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$file PATH No No required parameter N/A N/A Filename

Preview

Code (PHP)

/**
 * Decaching trigger for main_notes saves. See if we have to decache based on the passed filename.
 *
 * @param  PATH $file Filename
 */

public function run(string $file)