Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_attributespublicWC 1.0

Get the block attributes.

Method of the class: AbstractBlock{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

AbstractBlock::get_attributes() code WC 10.3.6

public function get_attributes(): array {
	return $this->attributes;
}