Automattic\WooCommerce\Blocks\BlockTypes

AbstractBlock::get_block_type_editor_style()protectedWC 1.0

Get the editor style handle for this block type.

Method of the class: AbstractBlock{}

No Hooks.

Return

String|null.

Usage

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

Notes

AbstractBlock::get_block_type_editor_style() code WC 8.7.0

protected function get_block_type_editor_style() {
	return 'wc-blocks-editor-style';
}