TYPO3 Documentation
VHS: Fluid ViewHelpers
Options
View source How to edit Full documentation (single file)

VHS: Fluid ViewHelpers

  • Installation
  • Configuration
  • Usage
  • fluidtypo3/vhs
    • call
    • const
    • debug
    • l
    • menu
    • or
    • tag
    • try
    • unless
    • asset
      • asset.prefetch
      • asset.script
      • asset.style
    • condition
      • context
        • condition.context.isBackend
        • condition.context.isCli
        • condition.context.isDevelopment
        • condition.context.isFrontend
        • condition.context.isProduction
        • condition.context.isTesting
      • form
        • condition.form.hasValidator
        • condition.form.isRequired
      • iterator
        • condition.iterator.contains
      • page
        • condition.page.hasSubpages
        • condition.page.isChildPage
        • condition.page.isLanguage
      • string
        • condition.string.contains
        • condition.string.isLowercase
        • condition.string.isNumeric
        • condition.string.isUppercase
      • type
        • condition.type.isArray
        • condition.type.isBoolean
        • condition.type.isDomainObject
        • condition.type.isFloat
        • condition.type.isInstanceOf
        • condition.type.isInteger
        • condition.type.isObject
        • condition.type.isQueryResult
        • condition.type.isString
        • condition.type.isTraversable
      • variable
        • condition.variable.isNull
        • condition.variable.isset
    • content
      • content.get
      • content.info
      • content.render
      • content.resources
      • random
        • content.random.get
        • content.random.render
      • resources
        • content.resources.fal
    • context
      • context.get
    • count
      • count.bytes
      • count.lines
      • count.substring
      • count.words
    • extension
      • extension.icon
      • extension.loaded
      • path
        • extension.path.absolute
        • extension.path.relative
        • extension.path.resources
        • extension.path.siteRelative
    • form
      • form.fieldName
    • format
      • format.append
      • format.case
      • format.dateRange
      • format.eliminate
      • format.hash
      • format.hide
      • format.markdown
      • format.plaintext
      • format.pregReplace
      • format.prepend
      • format.replace
      • format.sanitizeString
      • format.substring
      • format.tidy
      • format.trim
      • format.wordWrap
      • json
        • format.json.decode
        • format.json.encode
      • placeholder
        • format.placeholder.image
        • format.placeholder.lipsum
      • url
        • format.url.decode
        • format.url.encode
    • iterator
      • iterator.chunk
      • iterator.column
      • iterator.diff
      • iterator.explode
      • iterator.extract
      • iterator.filter
      • iterator.first
      • iterator.for
      • iterator.implode
      • iterator.indexOf
      • iterator.intersect
      • iterator.keys
      • iterator.last
      • iterator.loop
      • iterator.merge
      • iterator.next
      • iterator.pop
      • iterator.previous
      • iterator.push
      • iterator.random
      • iterator.range
      • iterator.reverse
      • iterator.shift
      • iterator.slice
      • iterator.sort
      • iterator.split
      • iterator.unique
      • iterator.values
    • math
      • math.average
      • math.ceil
      • math.cube
      • math.cubicRoot
      • math.division
      • math.floor
      • math.maximum
      • math.median
      • math.minimum
      • math.modulo
      • math.power
      • math.product
      • math.range
      • math.round
      • math.squareRoot
      • math.square
      • math.subtract
      • math.sum
    • media
      • media.audio
      • media.exists
      • media.extension
      • media.files
      • media.gravatar
      • media.image
      • media.pdfThumbnail
      • media.picture
      • media.size
      • media.source
      • media.spotify
      • media.video
      • media.vimeo
      • media.youtube
      • image
        • media.image.height
        • media.image.mimetype
        • media.image.width
    • menu
      • menu.browse
      • menu.deferred
      • menu.directory
      • menu.list
      • menu.sub
    • once
      • once.cookie
      • once.instance
      • once.session
      • once.standard
    • page
      • page.absoluteUrl
      • page.breadCrumb
      • page.footer
      • page.header
      • page.info
      • page.languageMenu
      • page.language
      • page.link
      • page.resources
      • page.rootline
      • page.staticPrefix
      • header
        • page.header.alternate
        • page.header.canonical
        • page.header.link
        • page.header.meta
        • page.header.title
      • menu
        • page.menu.browse
        • page.menu.deferred
        • page.menu.directory
        • page.menu.list
        • page.menu.sub
      • resources
        • page.resources.fal
    • random
      • random.number
      • random.string
    • render
      • render.ascii
      • render.cache
      • render.inline
      • render.record
      • render.request
      • render.template
      • render.uncache
    • resource
      • resource.collection
      • resource.file
      • resource.image
      • resource.language
      • resource.record
      • record
        • resource.record.fal
    • security
      • security.allow
      • security.deny
    • site
      • site.name
      • site.url
    • system
      • system.dateTime
      • system.timestamp
      • system.uniqId
    • uri
      • uri.gravatar
      • uri.image
      • uri.request
    • variable
      • variable.convert
      • variable.extensionConfiguration
      • variable.get
      • variable.pregMatch
      • variable.set
      • variable.typoscript
      • variable.unset
      • register
        • variable.register.get
        • variable.register.set
  • Changelog
  • Contribution
  • Changelog
  • Sitemap
  • Index

Options

View source How to edit Full documentation (single file)
  1. VHS: Fluid ViewHelpers
  2. fluidtypo3/vhs
  3. resource
  4. resource.collection

resource.collection ViewHelper <vhs:resource.collection> 

Collection ViewHelper 

This viewhelper returns a collection referenced by uid. For more information look here: http://docs.typo3.org/typo3cms/CoreApiReference/6.2/ApiOverview/Collections/Index.html#collections-api

Example 

{v:resource.collection(uid:'123') -> v:var.set(name: 'someCollection')}

Copied!

Arguments 

uid 

DataType
integer
Required
true
Description
UID of the collection to be rendered
  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned.The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

Last rendered: Jul 23, 2026 10:58

  • Legal Notice
  • Privacy Policy