Defined true or false indicating whether the request is being made within the administrative control panel.
true
false
This can be used to conditionally register services for example.
if (IS_ADMIN) { // Do as the admins do. }