CommonDBTM::getUnicityFieldsToDisplayInErrorMessage PHP Method

getUnicityFieldsToDisplayInErrorMessage() public method

Get fields to display in the unicity error message
public getUnicityFieldsToDisplayInErrorMessage ( ) : an
return an array which contains field => label
    function getUnicityFieldsToDisplayInErrorMessage()
    {
        return array('id' => __('ID'), 'serial' => __('Serial number'), 'entities_id' => __('Entity'));
    }
CommonDBTM