Overrides LoaderInterface::exists
public function exists($name) { if (str_starts_with($name, '{# inline_template_start #}')) { return TRUE; } else { return FALSE; } }