You are here

function node_skinr_api in Skinr 6.2

Same name and namespace in other branches
  1. 6 includes/handlers.inc \node_skinr_api()

File

./skinr.handlers.inc, line 185
Defines the various handler objects to support Skinr.

Code

function node_skinr_api() {
  return skinr_skinr_api();
}