function ctools_relcontext_from_simplecontext_settings_form

Settings form for the relationship.

1 string reference to 'ctools_relcontext_from_simplecontext_settings_form'
relcontext_from_simplecontext.inc in ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc
Sample relationship plugin.

File

ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc, line 43

Code

function ctools_relcontext_from_simplecontext_settings_form($conf) {
    // We won't configure it in this case.
    return array();
}