eZ\Publish\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface::getViewParameters PHP Method

getViewParameters() public method

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