FluidTYPO3\Flux\Provider\AbstractProvider::getCurrentValuePointerName PHP Method

getCurrentValuePointerName() protected method

Gets the pointer name to use whne retrieving values from a flexform source. Return NULL when pointer is default.
protected getCurrentValuePointerName ( ) : string | null
return string | null
    protected function getCurrentValuePointerName()
    {
        return $this->getCurrentLanguageName();
    }