PHP 인터페이스 eZ\Publish\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface

Each instance of this interface needs to be correctly registered in the ParameterProviderRegistry.
또한 보기: eZ\Publish\Core\MVC\Symfony\FieldType\View\ParameterProviderRegistryInterface
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
getViewParameters ( eZ\Publish\API\Repository\Values\Content\Field $field ) : array Returns a hash of parameters to inject to the associated fieldtype's view template.

메소드 상세

getViewParameters() 공개 메소드

Returned parameters will only be available for associated field type. Key is the parameter name (the variable name exposed in the template, in the 'parameters' array). Value is the parameter's value.
public getViewParameters ( eZ\Publish\API\Repository\Values\Content\Field $field ) : array
$field eZ\Publish\API\Repository\Values\Content\Field The field parameters are provided for.
리턴 array