Last active
August 29, 2015 14:18
-
-
Save amitaibu/248a3e4c008d98cbafec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Implements hook_ctools_plugin_directory(). | |
*/ | |
function pluggable_node_access_ctools_plugin_directory($module, $plugin) { | |
if ($module == 'pluggable_node_access') { | |
return 'plugins/' . $plugin; | |
} | |
} | |
// /plugins/pluggable_node_access | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment