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];
    }