Function Hook_CMA->get_most_relevant_time_label
Definitions
sources/content.php
- Get the label for the most relevant timestamp for content. What this actually is depends on the content.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- Label (null: unknown)
- Type: ?Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the label for the most relevant timestamp for content. What this actually is depends on the content.
*
* @return ?Tempcode Label (null: unknown)
*/
public function get_most_relevant_time_label() : ?object
* Get the label for the most relevant timestamp for content. What this actually is depends on the content.
*
* @return ?Tempcode Label (null: unknown)
*/
public function get_most_relevant_time_label() : ?object

