Helpers
You are viewing documentation for an unreleased version of Craft CMS. Please be aware that the material is changing frequently and may be incomplete or inaccurate, and links may point back to older versions.
Most of Craft’s static helper classes have moved to the CraftCms\Cms\Support namespace.
#Facades
Laravel’s Facades (opens new window) architecture is a handy way to define your plugin’s public API. It also brings dependency injection (opens new window) support to a helper-like interface.