We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a0c27 commit 5d3f7ccCopy full SHA for 5d3f7cc
Ajax/common/BaseGui.php
@@ -89,4 +89,8 @@ public function compileHtml(JsUtils $js = NULL, &$view = NULL) {
89
public function matchHtmlComponents($callback) {
90
return array_filter($this->htmlComponents, $callback);
91
}
92
+
93
+ public function getHtmlComponent($identifier){
94
+ return $this->htmlComponents[$identifier]??'';
95
+ }
96
0 commit comments