Interface HookTagProvider


public interface HookTagProvider
The HookTagProvider returns information about tags during the current hook.
Since:
1.50
  • Method Summary

    Modifier and Type
    Method
    Description
    Return all tags which are delivered during the current hook.
    Return all tags which are deleted during the current hook.
  • Method Details

    • getCreatedTags

      List<Tag> getCreatedTags()
      Return all tags which are delivered during the current hook.
      Returns:
      all tags of current hook
    • getDeletedTags

      List<Tag> getDeletedTags()
      Return all tags which are deleted during the current hook.
      Returns:
      all deleted tags of current hook