blob: 6e5b7289fce800d3afb2fda49296a449ba954fc8 [file]
---
title: 'fragments'
---
A collection of configuration fragments available in the current rule implementation context. Access a specific fragment by its field name. For example, `ctx.fragments.java`
Only configuration fragments which are declared in the rule definition may be accessed in this collection.
See the [configuration fragment reference](../fragments) for a list of available fragments and the [rules documentation](https://bazel.build/versions/7.7.1/extending/rules#configuration_fragments) for how to use them.