You are here

function config_provider_update_8101 in Configuration Provider 8

Same name and namespace in other branches
  1. 8.2 config_provider.install \config_provider_update_8101()

Rebuild the container to add a service parameter.

File

./config_provider.install, line 20
Contains install and update functions for Configuration Provider.

Code

function config_provider_update_8101() {

  // Empty update to cause a cache rebuild so that the container is rebuilt.
}