AbstractBlock::initialize()
Method: Initialize this block type.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:106
Method: Initialize this block type.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:106
Method: Injects block attributes into the block.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:299
Method: Parses block attributes from the render_callback.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:260
Method: Registers the block type with WordPress.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:148
Method: Register script and style assets for the block type before it is registered.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:122
Method: Render the block. Extended by children.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:271
Method: The default render_callback for all blocks. This will ensure assets are enqueued just in time, then render the block (if applicable).
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:82
Method: Constructor accepts two types of schema; one for the item being returned, and one for the cart as a whole. These may be the same depending on the route.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/AbstractCartRoute.php:43
Method: Add nonce headers to a response object.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/AbstractCartRoute.php:88
Method: Ensures the cart totals are calculated before an API response is generated.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/AbstractCartRoute.php:108