Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "entry/tag/tag.service"

Index

Functions

createTag

  • createTag(value: any): Promise<any>

fetchById

  • fetchById(id: any, options?: any): Promise<any>

fetchByIds

  • fetchByIds(ids: any): Promise<any>

fetchTagStats

  • fetchTagStats(options?: any): Promise<any>

searchTags

  • searchTags(nameFragment: any): Promise<any>
  • Search for a tag by name.

    Parameters

    • nameFragment: any

      a fragment of the name.

    Returns Promise<any>

    tags matching the search.

updateEntryTags

  • updateEntryTags(entry: any, tagInfo: any): Promise<any>
  • Updates entry/tag associations, creating any missing tags in the process.

    Parameters

    • entry: any
    • tagInfo: any

    Returns Promise<any>

Generated using TypeDoc