1 2 3 4 5 6 7 8
<?phpnamespace Automattic\WooCommerce\Admin\BlockTemplates;/** * Interface for block containers. */interface BlockContainerInterface extends BlockInterface, ContainerInterface {}