PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
BlockTemplates
<?php namespace Automattic\WooCommerce\Admin\BlockTemplates; /** * Interface for block containers. */ interface BlockContainerInterface extends BlockInterface, ContainerInterface {}
[-] BlockTemplateInterface.php
[edit]
[+]
..
[-] BlockInterface.php
[edit]
[-] ContainerInterface.php
[edit]
[-] BlockContainerInterface.php
[edit]