### <a name="getComponentDefinitions"></a> getComponentDefinitions

The getComponentDefinitions method returns an array with all [componentDefinitions](#component-definitions) registered in the componentManager.

```javascript
var componentDefinitions = componentManager.getComponentDefinitions();
```
