File: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php
-
Retrieves the item’s schema, conforming to JSON Schema.
Used by 1 function | Uses 7 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:249 -
Returns the schema properties shared by all view types (ViewBase), excluding ‘type’.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:401 -
Returns the schema for the ColumnStyle type.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:506 -
Returns the layout schema for table-type views (ViewTable, ViewPickerTable).
Used by 2 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:534 -
Returns the layout schema for list-type views (ViewList, ViewActivity).
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:560 -
Returns a combined layout schema that accepts properties from all view types.
Used by 1 function | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:583 -
Returns the layout schema for grid-type views (ViewGrid, ViewPickerGrid).
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:601 -
Returns the schema for a form layout object as a discriminated union.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:632 -
Returns the schema for a form field item (string or object).
Used by 1 function | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:794 -
Returns the schema for the form configuration object.
Used by 1 function | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:837 -
Recursively casts empty arrays to objects where the schema types them as objects.
Used by 2 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:190 -
Controller which provides a REST endpoint for retrieving the default view configuration for a given entity type.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:18 -
Constructor.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:25 -
Registers the routes for the controller.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:35 -
Checks if a given request has access to read view config.
Used by 0 functions | Uses 5 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:70 -
Resolves the capability required to read the view config for an entity.
Used by 1 function | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:116 -
Returns the default view configuration for the given entity type.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-view-config-controller.php:147