Function Block_side_tag_cloud->caching_environment
Definitions
sources/blocks/side_tag_cloud.php
- Find caching details for the block.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of cache details (cache_on and ttl) (null: block is disabled)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find caching details for the block.
*
* @return ?array Map of cache details (cache_on and ttl) (null: block is disabled)
*/
public function caching_environment() : ?array
* Find caching details for the block.
*
* @return ?array Map of cache details (cache_on and ttl) (null: block is disabled)
*/
public function caching_environment() : ?array