Class: Controller which provides a REST endpoint for the editor to read, create, edit, and delete synced patterns (formerly called reusable blocks).
Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:20
Method: Checks if a pattern can be read.
Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:30
Method: Filters a response based on the context defined in the schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:49
Method: Retrieves the pattern’s schema, conforming to JSON Schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:73