class ViewComponent::Base

def identifier

Other tags:
    Private: -
def identifier
  # :nocov:
  Kernel.warn("WARNING: The #{self.class}.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.")
  source_location
  # :nocov:
end