[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/rest-api/endpoints/ -> class-wp-rest-blocks-controller.php (summary)

Reusable blocks REST API: WP_REST_Blocks_Controller class

File Size: 92 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_REST_Blocks_Controller:: (3 methods):
  check_read_permission()
  filter_response_by_context()
  get_item_schema()


Class: WP_REST_Blocks_Controller  - X-Ref

Controller which provides a REST endpoint for the editor to read, create,
edit and delete reusable blocks. Blocks are stored as posts with the wp_block
post type.

check_read_permission( $post )   X-Ref
Checks if a block can be read.

since: 5.0.0
param: WP_Post $post Post object that backs the block.
return: bool Whether the block can be read.

filter_response_by_context( $data, $context )   X-Ref
Filters a response based on the context defined in the schema.

since: 5.0.0
param: array  $data    Response data to filter.
param: string $context Context defined in the schema.
return: array Filtered response.

get_item_schema()   X-Ref
Retrieves the block's schema, conforming to JSON Schema.

since: 5.0.0
return: array Item schema data.



Generated: Wed May 1 01:00:03 2024 Cross-referenced by PHPXref 0.7.1