Neos\FluidAdaptor\Core\Parser\Interceptor\ResourceInterceptor::getInterceptionPoints PHP Метод

getInterceptionPoints() публичный Метод

This interceptor wants to hook into text nodes.
public getInterceptionPoints ( ) : array
Результат array Array of INTERCEPT_* constants
    public function getInterceptionPoints()
    {
        return [InterceptorInterface::INTERCEPT_TEXT];
    }