function space::admin_links in Spaces 6.2
Method that allows the space type to provide to administrative links for users who pass the $space->admin_access() check. It is the responsibility of the caller to perform this access check.
Return value
array() Array of links for use with theme_links.
File
- ./
spaces.module, line 392
Class
- space
- Interface for space objects.
Code
function admin_links();