* @since 3.0.0 */ interface iUIBlockFactory { /** * @return string TWIG tag name that will be associated with this factory */ public static function GetTwigTagName(): string; /** * @return string FQCN of the UIBlock produced by this factory */ public static function GetUIBlockClassName(): string; }