Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_attributespublicWC 1.0

Get the block attributes.

Method of the class: BlockInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BlockInterface = new BlockInterface();
$BlockInterface->get_attributes(): array;

BlockInterface::get_attributes() code WC 9.9.3

public function get_attributes(): array;