Frontend hooks |
Those hooks are hooks usable within contrib Drupal modules running
in the Aegir frontend site. |
Frontend Service API |
The "service API" is what makes Aegir capable of managing multiple
services like web or database servers. It provides a level of
abstraction that allows different implementations of a specific
service type. |
Frontend/Backend Inter-process Communication |
Aegir is based on a very important distinction between the
"frontend" and the "backend". The frontend is the Drupal website
that creates the user interface that people manipulate. The backend
is (usually) a set a drush commands… |