Automattic\WooCommerce\Blocks\BlockTypes

AbstractBlock::get_block_type_supports()protectedWC 1.0

Get the supports array for this block type.

Method of the class: AbstractBlock{}

No Hooks.

Return

String;.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_block_type_supports();

Notes

AbstractBlock::get_block_type_supports() code WC 8.7.0

protected function get_block_type_supports() {
	return [];
}