Automattic\WooCommerce\Blueprint
ImportSchema::get_schema
Get the schema.
Method of the class: ImportSchema{}
No Hooks.
Returns
JsonSchema
. The schema.
Usage
$ImportSchema = new ImportSchema(); $ImportSchema->get_schema();
ImportSchema::get_schema() ImportSchema::get schema code WC 9.9.5
public function get_schema() { return $this->schema; }