• File: BlockContainerInterface.php
  • Full Path: /home/monpetu/www/leoreno.fr/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php
  • Date Modified: 03/03/2026 2:45 AM
  • File size: 186 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Automattic\WooCommerce\Admin\BlockTemplates;

/**
 * Interface for block containers.
 */
interface BlockContainerInterface extends BlockInterface, ContainerInterface {}