You are here

function amp_ctools_plugin_directory in Accelerated Mobile Pages (AMP) 7

Implementation of hook_ctools_plugin_directory().

File

./amp.module, line 220

Code

function amp_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools' && $plugin_type == 'access') {
    return 'plugins/' . $plugin_type;
  }
}