Function Hook_cleanup_page_backups->process

Definitions

sources/hooks/systems/cleanup/page_backups.php

  • Move revision files from the given path, to a subdirectory.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

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

Preview

Code (PHP)

/**
 * Move revision files from the given path, to a subdirectory.
 *
 * @param  PATH $path Path
 */

public function process(string $path)