isBackend
API Quick reference
Variable name: | isBackend |
CMS versions: | 0.9.x + Evo |
Variable type: | bool |
Object parent: |
API:isBackend
Description
bool isBackend();
Determines if the page being parsed is from the Web (frontend) or Admin Interface (backend) view. Returns true if accessed from the Admin Interface. false otherwise.
Related
- isFrontend
- insideManager
Suggest an edit to this page.