| Admin |
| Plugin |
| Registerable | An object that can be registered with WordPress via the Plugin API, i.e. add_action() and add_filter(). |
| Schedulable | Something that can be scheduled. |
| Service | Marker interface to denote a service. |
| Service_Provider | An object that provides services (instances of Barn2\PPC_Lib\Service). |
| Translatable | Something that can be translated by WordPress. |
| Scheduled_Task | Abstract class which represents a single scheduled task using WordPress CRON. |
| Util | Utility functions for Barn2 plugins. |