TagHelper
Functions
get_all_tags_combinasons @classmethod
Return a list of all possible combinations of tags
distinct_tags :
dict Return type :
list get_distinct_values @classmethod
Return a dictionary of tags key with the list of values for each key from a list of tags
tags :
list Return type :
dict get_distinct_values_for_key @classmethod
Return a list of distinct values for a key from a list of tags
tags :
list key :
str Return type :
list tags_dict_to_list @classmethod
tags_dict :
list Return type :
list tags_dto_to_list @classmethod
tags_dict :
list Return type :
list tags_to_json @classmethod
tags :
list Return type :
list