Function Hook_CMA->get_content_type
Definitions
sources/content.php
- Get the content type this object is handling.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The content type
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the content type this object is handling.
*
* @return string The content type
*/
public function get_content_type() : string
* Get the content type this object is handling.
*
* @return string The content type
*/
public function get_content_type() : string

