Function Hook_privacy_search->info
Definitions
sources/hooks/systems/privacy/search.php
- Find privacy details.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A map of privacy details in a standardised format (null: disabled)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find privacy details.
*
* @return ?array A map of privacy details in a standardised format (null: disabled)
*/
public function info() : ?array
* Find privacy details.
*
* @return ?array A map of privacy details in a standardised format (null: disabled)
*/
public function info() : ?array

