You are here

function outline_designer_outline_designer_operations in Outline Designer 7.2

Same name and namespace in other branches
  1. 6.2 outline_designer.module \outline_designer_outline_designer_operations()

Implements hook_outline_designer_operations().

File

./outline_designer.module, line 331
API for implementation of the Outline Designer usability improvements.

Code

function outline_designer_outline_designer_operations($type) {

  // stub to ensure that value list is an array
  return array();
}