View Source Mobilizon.Events.Tag.TitleSlug (Mobilizon v5.0.0-beta.1)

Generates slugs for tags.

Summary

Functions

Link to this function

build_slug(sources, changeset)

View Source
@spec build_slug(
  keyword(),
  Ecto.Changeset.t()
) :: String.t()

Builds a slug.

Link to this function

force_generate_slug(changeset)

View Source
Link to this function

get_sources(changeset, opts)

View Source
Link to this function

maybe_generate_slug(changeset)

View Source
Link to this function

unique_constraint(changeset, opts \\ [])

View Source