PHP 8.2.31
Preview: BlockTemplateInterface.php Size: 808 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockTemplateInterface.php

<?php

namespace Automattic\WooCommerce\Admin\BlockTemplates;

/**
 * Interface for block-based template.
 */
interface BlockTemplateInterface extends ContainerInterface {
	/**
	 * Get the template ID.
	 */
	public function get_id(): string;

	/**
	 * Get the template title.
	 */
	public function get_title(): string;

	/**
	 * Get the template description.
	 */
	public function get_description(): string;

	/**
	 * Get the template area.
	 */
	public function get_area(): string;

	/**
	 * Generate a block ID based on a base.
	 *
	 * @param string $id_base The base to use when generating an ID.
	 * @return string
	 */
	public function generate_block_id( string $id_base ): string;

	/**
	 * Get the template as JSON like array.
	 *
	 * @return array The JSON.
	 */
	public function to_json(): array;
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
186 B lrw-r--r-- 2023-08-30 01:45:24
Edit Download
4.08 KB lrw-r--r-- 2024-03-26 16:56:02
Edit Download
808 B lrw-r--r-- 2024-01-30 23:24:56
Edit Download
862 B lrw-r--r-- 2023-09-26 21:42:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).