Function Hook_commandr_scheduled_publish_post->info
Definitions
sources/hooks/systems/commandr_scheduled/publish_post.php
- Get information about this hook.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of hook details (null: addon not available)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get information about this hook.
*
* @return ?array Map of hook details (null: addon not available)
*/
public function info() : ?array
* Get information about this hook.
*
* @return ?array Map of hook details (null: addon not available)
*/
public function info() : ?array

