Submit
Path:
~
/
home
/
getwphos
/
www
/
metrothemes.me
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
BlockTemplates
/
File Content:
ContainerInterface.php
<?php namespace Automattic\WooCommerce\Admin\BlockTemplates; /** * Interface for block containers. */ interface ContainerInterface { /** * Get the root template that the block belongs to. */ public function &get_root_template(): BlockTemplateInterface; /** * Get the block configuration as a formatted template. */ public function get_formatted_template(): array; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
BlockContainerInterface.php
186 bytes
0644
BlockInterface.php
1597 bytes
0644
BlockTemplateInterface.php
834 bytes
0644
ContainerInterface.php
383 bytes
0644
N4ST4R_ID | Naxtarrr