Search for plugin

  1. Search 8.x-3.x for plugin
  2. Search 4.0.x for plugin
  3. Other projects
Title Object type File name Summary
Access-Plugins--Determining-access-and-visibility.html file ctools_plugin_example/help/Access-Plugins--Determining-access-and-visibility.html
Argument-Plugins--Starting-at-the-beginning.html file ctools_plugin_example/help/Argument-Plugins--Starting-at-the-beginning.html
cache.plugin-type.inc file includes/cache.plugin-type.inc Contains plugin type registration information for the cache tool.
Chaos-Tools--CTools--Plugin-Examples.html file ctools_plugin_example/help/Chaos-Tools--CTools--Plugin-Examples.html
Content-Type-Plugins--Displaying-content-using-a-context.html file ctools_plugin_example/help/Content-Type-Plugins--Displaying-content-using-a-context.html
content.plugin-type.inc file includes/content.plugin-type.inc Contains plugin type registration information for the content tool.
Context-plugins--Creating-a--context--from-an-argument.html file ctools_plugin_example/help/Context-plugins--Creating-a--context--from-an-argument.html
context.plugin-type.inc file includes/context.plugin-type.inc Contains plugin type registration information for the context tool.
ctools.plugins.test file tests/ctools.plugins.test
ctoolsCachedPluginArray class tests/plugins/cached/ctoolsCachedPluginArray.class.php @file
A cached plugin object that tests inheritance including.
ctoolsCachedPluginArray.class.php file tests/plugins/cached/ctoolsCachedPluginArray.class.php A cached plugin object that tests inheritance including.
ctoolsCachedPluginArray2 class tests/plugins/cached/ctoolsCachedPluginArray2.class.php @file
A cached plugin object that tests inheritance including.
ctoolsCachedPluginArray2.class.php file tests/plugins/cached/ctoolsCachedPluginArray2.class.php A cached plugin object that tests inheritance including.
ctoolsNotCachedPluginArray class tests/plugins/not_cached/ctoolsNotCachedPluginArray.class.php @file
A cached plugin object that tests inheritance including.
ctoolsNotCachedPluginArray.class.php file tests/plugins/not_cached/ctoolsNotCachedPluginArray.class.php A cached plugin object that tests inheritance including.
ctoolsNotCachedPluginArray2 class tests/plugins/not_cached/ctoolsNotCachedPluginArray2.class.php @file
A cached plugin object that tests including.
ctoolsNotCachedPluginArray2.class.php file tests/plugins/not_cached/ctoolsNotCachedPluginArray2.class.php A cached plugin object that tests including.
CtoolsPluginsGetInfoTestCase class tests/ctools.plugins.test Test menu links depending on user permissions.
CtoolsPluginsGetInfoTestCase::assertPluginClass function tests/ctools.plugins.test Assert helper to check that a plugin can be loaded using a named class.
CtoolsPluginsGetInfoTestCase::assertPluginFunction function tests/ctools.plugins.test Assert helper to check that a specific plugin function exists.
CtoolsPluginsGetInfoTestCase::assertPluginMissingClass function tests/ctools.plugins.test Assert helper to check that a plugin DOES NOT contain the named class.
CtoolsPluginsGetInfoTestCase::assertPluginMissingFunction function tests/ctools.plugins.test Assert helper to check that a specific plugin function does NOT exist.
CtoolsPluginsGetInfoTestCase::getInfo function tests/ctools.plugins.test
CtoolsPluginsGetInfoTestCase::setUp function tests/ctools.plugins.test Sets up a Drupal site for running functional and integration tests.
CtoolsPluginsGetInfoTestCase::testPluginLoading function tests/ctools.plugins.test Test that plugins are loaded correctly.
CtoolsUnitObjectCachePlugins class tests/object_cache_unit.test Test ctools_cache_find_plugin and the structure of the default cache plugins.
CtoolsUnitObjectCachePlugins::assertPluginFound function tests/object_cache_unit.test Check the return value of the ctools_cache_find_plugin function.
CtoolsUnitObjectCachePlugins::assertPluginNotFound function tests/object_cache_unit.test Check the return value of the ctools_cache_find_plugin function.
CtoolsUnitObjectCachePlugins::assertValidCachePlugin function tests/object_cache_unit.test Check that the supplied array looks like a ctools cache plugin.
CtoolsUnitObjectCachePlugins::getInfo function tests/object_cache_unit.test
CtoolsUnitObjectCachePlugins::setUp function tests/object_cache_unit.test Sets up a Drupal site for running functional and integration tests.
CtoolsUnitObjectCachePlugins::testFindExportUICachePlugin function tests/object_cache_unit.test Test to see that we can find the standard export_ui plugin.
CtoolsUnitObjectCachePlugins::testFindFoobarbazCachePlugin function tests/object_cache_unit.test Test to see that we don't find plugins that aren't there.
CtoolsUnitObjectCachePlugins::testFindSimpleCachePlugin function tests/object_cache_unit.test Test to see that we can find the standard simple plugin.
ctools_access_ruleset_ctools_plugin_directory function ctools_access_ruleset/ctools_access_ruleset.module Implementation of hook_ctools_plugin_directory() to let the system know
we implement task and task_handler plugins.
ctools_cache_find_plugin function includes/cache.inc Take a mechanism and return a plugin and data.
ctools_cache_plugin_type function includes/cache.plugin-type.inc @file
Contains plugin type registration information for the cache tool.
ctools_content_plugin_type function includes/content.plugin-type.inc @file
Contains plugin type registration information for the content tool.
ctools_context::$plugin property includes/context.inc @var
ctools_context_get_plugin function includes/context-admin.inc Get the data belonging to a particular context.
ctools_context_plugin_type function includes/context.plugin-type.inc @file
Contains plugin type registration information for the context tool.
ctools_ctools_plugin_directory function ./ctools.module Implementation of hook_ctools_plugin_directory() to let the system know
where all our own plugins are.
ctools_ctools_plugin_type function ./ctools.module Implements hook_ctools_plugin_type().
ctools_custom_content_ctools_plugin_directory function ctools_custom_content/ctools_custom_content.module Implementation of hook_ctools_plugin_directory() to let the system know
we implement task and task_handler plugins.
ctools_export_test_ctools_plugin_api function tests/ctools_export_test/ctools_export_test.module Implements hook_ctools_plugin_api().
ctools_export_ui::$plugin property plugins/export_ui/ctools_export_ui.class.php
ctools_export_ui_plugin_base_path function includes/export-ui.inc Get the base path from a plugin.
ctools_export_ui_plugin_menu_path function includes/export-ui.inc Get the path to a specific menu item from a plugin.
ctools_export_ui_plugin_type function includes/export-ui.plugin-type.inc @file
Contains plugin type registration information for the context tool.
ctools_get_access_plugin function includes/context.inc Fetch metadata on a specific access control plugin.