Function Hook_sitemap_banner->_find_theme_image

Definitions

sources/hooks/systems/sitemap/banner.php

  • Find the image for a position in the Sitemap.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$row array No No required parameter N/A N/A Calendar type row
&$struct array Yes No required parameter N/A N/A Target structure

Preview

Code (PHP)

/**
 * Find the image for a position in the Sitemap.
 *
 * @param  array $row Calendar type row
 * @param  array $struct Target structure
 */

public function _find_theme_image(array $row, array &$struct)