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
ctools_plugin_test_hook_not_cached_test function tests/ctools_plugin_test.module Callback for the big_hook_not_cached plugin.
ctools_plugin_test_plugin_array2_cached_test function tests/plugins/cached/plugin_array2.inc Plugin array function plugin.
ctools_plugin_test_plugin_array2_not_cached_test function tests/plugins/not_cached/plugin_array2.inc Plugin array function plugin.
ctools_plugin_test_plugin_array_cached_test function tests/plugins/cached/plugin_array.inc Plugin array function plugin.
ctools_plugin_test_plugin_array_not_cached_test function tests/plugins/not_cached/plugin_array.inc Plugin array function plugin.
ctools_ruleset_ctools_access_merge_plugin function ctools_access_ruleset/plugins/access/ruleset.inc Merge the main access plugin with a loaded ruleset to form a child plugin.
ctools_stylizer_add_plugin_forms function includes/stylizer.inc Add wizard forms specific to a style base plugin.
export-ui.plugin-type.inc file includes/export-ui.plugin-type.inc Contains plugin type registration information for the context tool.
hook_ctools_plugin_directory function ./ctools.api.php Tells CTools where to find module-defined plugins.
hook_ctools_plugin_post_alter function ./ctools.api.php Alter a plugin after it has been processed.
hook_ctools_plugin_pre_alter function ./ctools.api.php Alter a plugin before it has been processed.
hook_ctools_plugin_type function ./ctools.api.php Inform CTools about plugin types.
page_manager_ctools_plugin_directory function page_manager/page_manager.module Implements hook_ctools_plugin_directory() to let the system know
where our task and task_handler plugins are.
page_manager_ctools_plugin_type function page_manager/page_manager.module Implements hook_ctools_plugin_type() to inform the plugin system that Page
Manager owns task, task_handler, and page_wizard plugin types.
page_manager_get_task_handler_plugins function page_manager/page_manager.module Retrieve a list of all applicable task handlers for a given task.
plugins-admin.inc file includes/plugins-admin.inc Contains generic plugin administration functions.
plugins-api.html file help/plugins-api.html
plugins-creating.html file help/plugins-creating.html
plugins-implementing.html file help/plugins-implementing.html
plugins.html file help/plugins.html
plugins.inc file includes/plugins.inc Contains routines to organize and load plugins. It allows a special
variation of the hook system so that plugins can be kept in separate
.inc files, and can be either loaded all at once or loaded only when
necessary.
plugin_array.inc file tests/plugins/cached/plugin_array.inc Chaos Tools plugin include using a plugin array to declare a plugin.
plugin_array.inc file tests/plugins/not_cached/plugin_array.inc Chaos Tools plugin include using a plugin array to declare a plugin.
plugin_array2.inc file tests/plugins/cached/plugin_array2.inc Chaos Tools plugin include using a plugin array to declare a plugin.
plugin_array2.inc file tests/plugins/not_cached/plugin_array2.inc Chaos Tools plugin include using a plugin array to declare a plugin.
plugin_array_dne.inc file tests/plugins/cached/plugin_array_dne.inc Chaos Tools plugin include using a plugin array to declare a plugin.
plugin_array_dne.inc file tests/plugins/not_cached/plugin_array_dne.inc Chaos Tools plugin include using a plugin array to declare a plugin.
stylizer_ctools_plugin_directory function stylizer/stylizer.module Implementation of hook_ctools_plugin_directory() to let the system know
we implement task and task_handler plugins.
stylizer_ctools_plugin_type function stylizer/stylizer.module Implements hook_ctools_plugin_type() to inform the plugin system that
Stylizer style_base plugin types.
term_depth_ctools_plugin_directory function term_depth/term_depth.module @file
views_content_ctools_plugin_directory function views_content/views_content.module Implements hook_ctools_plugin_dierctory().
views_content_plugin_display_ctools_context class views_content/plugins/views/views_content_plugin_display_ctools_context.inc The plugin that handles a block.
views_content_plugin_display_ctools_context.inc file views_content/plugins/views/views_content_plugin_display_ctools_context.inc Contains the block display plugin.
views_content_plugin_display_ctools_context::$context_display property views_content/plugins/views/views_content_plugin_display_ctools_context.inc If this variable is true, this display counts as a context. We use this
variable so that we can easily build plugins against this display type.
views_content_plugin_display_ctools_context::defaultable_sections function views_content/plugins/views/views_content_plugin_display_ctools_context.inc List which sections are defaultable and what items each section contains.
views_content_plugin_display_ctools_context::execute function views_content/plugins/views/views_content_plugin_display_ctools_context.inc The display block handler returns the structure necessary for a block.
views_content_plugin_display_ctools_context::get_argument_input function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Adjust the array of argument input to match the current list of
arguments available for this display. This ensures that changing
the arguments doesn't cause the argument input field to just
break.
views_content_plugin_display_ctools_context::get_path function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Return the base path to use for this display.
views_content_plugin_display_ctools_context::get_style_type function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Displays can require a certain type of style plugin.
views_content_plugin_display_ctools_context::options_form function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Provide the default form for setting options.
views_content_plugin_display_ctools_context::options_submit function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
views_content_plugin_display_ctools_context::options_summary function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Provide the summary for page options in the views UI.
views_content_plugin_display_ctools_context::option_definition function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Information about options for all kinds of purposes will be held here.
views_content_plugin_display_ctools_context::preview function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Fully render the display.
views_content_plugin_display_ctools_context::render function views_content/plugins/views/views_content_plugin_display_ctools_context.inc Render this display.
views_content_plugin_display_panel_pane class views_content/plugins/views/views_content_plugin_display_panel_pane.inc The plugin that handles a panel_pane.
views_content_plugin_display_panel_pane.inc file views_content/plugins/views/views_content_plugin_display_panel_pane.inc
views_content_plugin_display_panel_pane::$has_pane_conf property views_content/plugins/views/views_content_plugin_display_panel_pane.inc
views_content_plugin_display_panel_pane::$panel_pane_display property views_content/plugins/views/views_content_plugin_display_panel_pane.inc If this variable is true, this display counts as a panel pane. We use
this variable so that other modules can create alternate pane displays.
views_content_plugin_display_panel_pane::displays_exposed function views_content/plugins/views/views_content_plugin_display_panel_pane.inc Determine if this display should display the exposed
filters widgets, so the view will know whether or not
to render them.