PHP Class FluidTYPO3\Fluidpages\Provider\SubPageLanguageOverlayProvider

This Provider has a slightly lower priority than the main PageProvider but will trigger on any selection in the targeted field, including when "parent decides" is selected. This lets the PageProvider act on records that define a specific action to use and the SubPageProvider act on all other page records.
Inheritance: extends PageLanguageOverlayProvider, implements FluidTYPO3\Flux\Provider\ProviderInterface
Datei anzeigen Open project: fluidtypo3/fluidpages

Protected Properties

Property Type Description
$fieldName string

Public Methods

Method Description
getControllerActionReferenceFromRecord ( array $row ) : string
getFlexFormValuesSingle ( array $row ) : array

Method Details

getControllerActionReferenceFromRecord() public method

getFlexFormValuesSingle() public method

public getFlexFormValuesSingle ( array $row ) : array
$row array
return array

Property Details

$fieldName protected_oe property

protected string $fieldName
return string