Automattic\WooCommerce\Blocks\BlockTypes

AtomicBlock::get_block_type_editor_style()protectedWC 1.0

Get the editor style handle for this block type.

Method of the class: AtomicBlock{}

No Hooks.

Return

null. Nothing (null).

Usage

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

AtomicBlock::get_block_type_editor_style() code WC 8.7.0

protected function get_block_type_editor_style() {
	return null;
}