Function Hook_admin_themewizard_chat->run
Definitions
sources/hooks/modules/admin_themewizard/chat.php
- Find details of images to include/exclude in the Theme Wizard.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: List of theme image patterns to include, List of theme image patterns to exclude
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find details of images to include/exclude in the Theme Wizard.
*
* @return array A pair: List of theme image patterns to include, List of theme image patterns to exclude
*/
public function run() : array
* Find details of images to include/exclude in the Theme Wizard.
*
* @return array A pair: List of theme image patterns to include, List of theme image patterns to exclude
*/
public function run() : array

