public function HostingNode::nodeView in Aegir Objects 7.3
Alter the display of a node.
File
- classes/
HostingNode.inc, line 39 - The HostingNode class.
Class
- HostingNode
- @file The HostingNode class.
Code
public function nodeView() {
foreach ($this
->getInfoFields() as $field) {
$this
->fixNodeFieldDisplay($field);
}
}