Function __global->list_untouchable_third_party_files

Definitions

sources/global.php

  • Get a list of third-party files we should not touch with standard software processes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • List of relative files to not touch
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a list of third-party files we should not touch with standard software processes.
 *
 * @return array List of relative files to not touch
 */

function list_untouchable_third_party_files() : array