Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_attributes
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() AbstractBlock::get attributes code WC 10.3.6
public function get_attributes(): array {
return $this->attributes;
}