Tag

Use the tag type for adding tags to different entities.

Included in the PerformBaseBundle.

Options

class

This option is optional.

Allowed types: string

Defaults:

  • List context: 'PerformBaseBundle:Tag'
  • View context: 'PerformBaseBundle:Tag'
  • Create context: 'PerformBaseBundle:Tag'
  • Edit context: 'PerformBaseBundle:Tag'

crud_name

This option is optional.

Allowed types: string

Defaults:

  • List context: ''
  • View context: ''
  • Create context: ''
  • Edit context: ''

discriminator

A string to distinguish this entity from others, e.g. ‘blog_category’ or ‘project_group’

This option is required.

Allowed types: string

Defaults:

  • List context: No default
  • View context: No default
  • Create context: No default
  • Edit context: No default

display_field

This option is optional.

Allowed types: string

Defaults:

  • List context: 'title'
  • View context: 'title'
  • Create context: 'title'
  • Edit context: 'title'

label

The label to use for form labels and table headings. If no label is provided, a sensible label will be created automatically.

This option is optional.

Allowed types: string

Defaults:

  • List context: No default
  • View context: No default
  • Create context: No default
  • Edit context: No default

multiple

This option is optional.

Allowed types: boolean

Defaults:

  • List context: true
  • View context: true
  • Create context: true
  • Edit context: true