Just move it somewhere else that everything that needs to access it can find it. For example if you only need to use it in actions, move it to the scope that encloses actions. Otherwise if several things need to use it, put it as a static on the plugin, a property of the instance, etc.