Automattic\WooCommerce\Blocks\BlockTypes
AbstractBlock::get_block_type_supports
Get the supports array for this block type.
Method of the class: AbstractBlock{}
No Hooks.
Returns
String;.
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_supports();
Notes
- See: $this->register_block_type()
AbstractBlock::get_block_type_supports() AbstractBlock::get block type supports code WC 10.4.3
protected function get_block_type_supports() {
return [];
}