mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
Add UIBlocks to twig (generic parser and node)
# Conflicts: # pages/run_query.php # test/VisualTest/Backoffice/RenderAllUiBlocks.php
This commit is contained in:
16
sources/application/UI/Base/iUIBlockFactory.php
Normal file
16
sources/application/UI/Base/iUIBlockFactory.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
|
||||
namespace Combodo\iTop\Application\UI\Base;
|
||||
|
||||
|
||||
interface iUIBlockFactory
|
||||
{
|
||||
public static function GetTwigTagName(): string;
|
||||
|
||||
public static function GetUIBlockClassName(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user