Function Hook_CMA->info_basic_cached
Definitions
sources/content.php
- Get content type details, with caching.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of content-type info (null: disabled)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get content type details, with caching.
*
* @return ?array Map of content-type info (null: disabled)
*/
public function info_basic_cached() : ?array
* Get content type details, with caching.
*
* @return ?array Map of content-type info (null: disabled)
*/
public function info_basic_cached() : ?array

