# ClearRegistrations(IAssetProvider)

> Drops every collection the provider records.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Localization.Editor](/engine/6000.7/script-reference/unity/localization/editor.md)
* **Assembly:** UnityEditor

```csharp
public override void ClearRegistrations(IAssetProvider provider)
```

### Parameters

**** (\[IAssetProvider]\(/engine/6000.7/script-reference/unity/localization/providers/iassetprovider)): The provider instance from the settings chain.

### Remarks

Called before registrations are rebuilt from the surviving collections.
