Contao\FrontendTemplate::addToSearchIndex PHP Method

addToSearchIndex() protected method

Add the template output to the search index
Deprecation: Deprecated since Contao 4.0, to be removed in Contao 5.0. Use the kernel.terminate event instead.
protected addToSearchIndex ( )
    protected function addToSearchIndex()
    {
        @trigger_error('Using FrontendTemplate::addToSearchIndex() has been deprecated and will no longer work in Contao 5.0. Use the kernel.terminate event instead.', E_USER_DEPRECATED);
    }