Function Hook_CMA->get_special_keymap

Definitions

sources/content.php

  • Get special relevant data this content type supports.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$row array No No required parameter N/A N/A Database row

Returns

  • A map of heading codenames to Tempcode values
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get special relevant data this content type supports.
 *
 * @param  array $row Database row
 * @return array A map of heading codenames to Tempcode values
 */

public function get_special_keymap(array $row) : array