Function Hook_addon_registry_banners->get_chmod_array

Definitions

sources/hooks/systems/addon_registry/banners.php

  • Get a list of file permissions to set.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$runtime boolean No No False N/A N/A Whether to include wildcards represented runtime-created chmoddable files

Returns

  • File permissions to set
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a list of file permissions to set.
 *
 * @param  boolean $runtime Whether to include wildcards represented runtime-created chmoddable files
 * @return array File permissions to set
 */

public function get_chmod_array(bool $runtime = false) : array