Function Hook_CMA->render_hyperlink

Definitions

sources/content.php

  • Render a hyperlink for a content row.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$row array No No required parameter N/A N/A The database row for the content

Returns

  • Hyperlink
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Render a hyperlink for a content row.
 *
 * @param  array $row The database row for the content
 * @return Tempcode Hyperlink
 */

public function render_hyperlink(array $row) : object