File: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php
-
Retrieves the query params for the icons collection.
Used by 1 function | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:245 -
Retrieves all icons.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:120 -
Retrieves a specific icon.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:137 -
Retrieves a specific icon from the registry.
Used by 1 function | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:153 -
Prepare a raw icon before it gets output in a REST API response.
Used by 2 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:179 -
Retrieves the icon schema, conforming to JSON Schema.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:204 -
Registers the routes for the objects of the controller.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:34 -
Checks whether a given request has permission to read icons.
Used by 1 function | Uses 5 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:78 -
Checks if a given request has access to read a specific icon.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:105 -
Controller which provides a REST endpoint for the editor to read registered icons. For the time being, only core icons are available, which are defined in a single manifest file (wp-includes/assets/icon-library-manifest.php).
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:21 -
Constructs the controller.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php:26