You are here

function hook_simpleads_order_info in SimpleAds 7

Describe SimpleAds block order types

1 function implements hook_simpleads_order_info()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

simpleads_simpleads_order_info in ./simpleads.module
Implements hook_simpleads_order_info().
1 invocation of hook_simpleads_order_info()
simpleads_block_configure in ./simpleads.module
Implements hook_block_configure().

File

./simpleads.api.php, line 11
SimpleAds API.

Code

function hook_simpleads_order_info() {
  return array(
    'delta_1' => t('Random order example'),
  );
}