Function Module_admin_redirects->check_url_redirect_availability
Definitions
adminzone/pages/modules/admin_redirects.php
- See if the URL Redirects feature is available.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: Whether our redirect rules start in the file, the contents of the file
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* See if the URL Redirects feature is available.
*
* @return array A pair: Whether our redirect rules start in the file, the contents of the file
*/
protected function check_url_redirect_availability() : array
* See if the URL Redirects feature is available.
*
* @return array A pair: Whether our redirect rules start in the file, the contents of the file
*/
protected function check_url_redirect_availability() : array

