AbstractDynamicBlock
AbstractDynamicBlock class.
Description Description
Source Source
File: packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php
Methods Methods
- get_attributes — Get block attributes.
- get_block_type_attributes — Get block attributes.
- get_block_type_script — Get the frontend script handle for this block type.
- get_schema_align — Get the schema for the alignment property.
- get_schema_boolean — Get the schema for a boolean value.
- get_schema_list_ids — Get the schema for a list of IDs.
- get_schema_number — Get the schema for a numeric value.
- get_schema_string — Get the schema for a string value.
- register_block_type — Registers the block type with WordPress.
- render — Include and render a dynamic block.