Home
last modified time | relevance | path

Searched refs:isDataVariablesEnabled (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php321 if ($template->getEngine()->isDataVariablesEnabled()) {
333 if ($template->getEngine()->isDataVariablesEnabled()) {
349 if ($template->getEngine()->isDataVariablesEnabled()) {
H A DTemplate.php120 'enableDataVariables' => $this->handlebars->isDataVariablesEnabled(),
344 if ($this->handlebars->isDataVariablesEnabled()) {
H A DHandlebars.php442 public function isDataVariablesEnabled() function in Handlebars\\Handlebars