Function Breadcrumb_substitution_loader->go

Definitions

sources/breadcrumbs.php

  • Run the loader, to load up field-restrictions from the XML file.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$data string No No required parameter N/A N/A The breadcrumb XML data

Returns

  • Breadcrumb substitutions data
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Run the loader, to load up field-restrictions from the XML file.
 *
 * @param  string $data The breadcrumb XML data
 * @return array Breadcrumb substitutions data
 */

public function go(string $data) : array