You are here

function node_skinr_api in Skinr 6

Same name and namespace in other branches
  1. 6.2 skinr.handlers.inc \node_skinr_api()

File

includes/handlers.inc, line 159
Defines the various handler objects to support Skinr.

Code

function node_skinr_api() {
  return skinr_skinr_api();
}