eZ\Publish\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface::getViewParameters PHP 메소드

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
    public function getViewParameters(Field $field);
ParameterProviderInterface