PHP 클래스 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.
상속: extends PageLanguageOverlayProvider, implements FluidTYPO3\Flux\Provider\ProviderInterface
파일 보기 프로젝트 열기: fluidtypo3/fluidpages

보호된 프로퍼티들

프로퍼티 타입 설명
$fieldName string

공개 메소드들

메소드 설명
getControllerActionReferenceFromRecord ( array $row ) : string
getFlexFormValuesSingle ( array $row ) : array

메소드 상세

getControllerActionReferenceFromRecord() 공개 메소드

getFlexFormValuesSingle() 공개 메소드

public getFlexFormValuesSingle ( array $row ) : array
$row array
리턴 array

프로퍼티 상세

$fieldName 보호되어 있는 프로퍼티

protected string $fieldName
리턴 string