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