You are here

function entityqueue_ctools_plugin_api_hook_name in Entityqueue 7

Returns the hook to use in order to determine if modules support the entityqueue API.

Return value

string

File

./entityqueue.module, line 21
Allows users to collect entities in arbitrarily ordered lists.

Code

function entityqueue_ctools_plugin_api_hook_name() {
  return 'entityqueue_api';
}