Skip to content

How to get a list of all repeaters? #1040

Answered by pboivin
nikhiltri asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @nikhiltri,

Not sure if this is exactly what you are looking for, but you can query the available repeaters and blocks from BlockCollection :

$repeaters = app(BlockCollection::class)->getRepeaters()

// and

$blocks = app(BlockCollection::class)->getBlocks()

Hope this can help!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nikhiltri
Comment options

Answer selected by nikhiltri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants