Function Hook_Health_Check->process_urls_into_page_links

Definitions

sources/health_check.php

  • Convert any URLs to page-links in the given array.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$_urls_or_page_links ?array No No Null N/A N/A List of URLs and/or page-links (null: those configured)

Returns

  • List of page-links
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Convert any URLs to page-links in the given array.
 *
 * @param  ?array $_urls_or_page_links List of URLs and/or page-links (null: those configured)
 * @return array List of page-links
 */

protected function process_urls_into_page_links(?array $_urls_or_page_links = null) : array