Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
| Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsPluginInterface::unpackOptions | function | core/ |
Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away. |
| ViewsPluginInterface::usesOptions | function | core/ |
Returns the usesOptions property. |
| ViewsPluginInterface::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
| ViewsPluginInterface::validateOptionsForm | function | core/ |
Validate the options form. |
| ViewsPluginManager | class | core/ |
Plugin type manager for all views plugins. |
| ViewsPluginManager.php | file | core/ |
|
| ViewsPluginManager::__construct | function | core/ |
Constructs a ViewsPluginManager object. |
| ViewsQueryAlter::$viewsJoinPluginManager | property | core/ |
A plugin manager which handles instances of views join plugins. |
| ViewsUIController::reportPlugins | function | core/ |
Lists all plugins and what enabled Views use them. |
| views_ui_views_plugins_display_alter | function | core/ |
Implements hook_views_plugins_display_alter(). |
| WidgetPluginManager | class | core/ |
Plugin type manager for field widgets. |
| WidgetPluginManager.php | file | core/ |
|
| WidgetPluginManager::$fieldTypeManager | property | core/ |
The field type manager to define field. |
| WidgetPluginManager::$widgetOptions | property | core/ |
An array of widget options for each field type. |
| WidgetPluginManager::createInstance | function | core/ |
Creates a pre-configured instance of a plugin. |
| WidgetPluginManager::getDefaultSettings | function | core/ |
Returns the default settings of a field widget. |
| WidgetPluginManager::getInstance | function | core/ |
Overrides PluginManagerBase::getInstance(). |
| WidgetPluginManager::getOptions | function | core/ |
Returns an array of widget type options for a field type. |
| WidgetPluginManager::prepareConfiguration | function | core/ |
Merges default values for widget configuration. |
| WidgetPluginManager::__construct | function | core/ |
Constructs a WidgetPluginManager object. |
| WidgetPluginManagerTest | class | core/ |
Tests the field widget manager. |
| WidgetPluginManagerTest.php | file | core/ |
|
| WidgetPluginManagerTest::testNotApplicableFallback | function | core/ |
Tests that getInstance falls back on default if current is not applicable. |
| WidgetPluginManagerTest::testWidgetDefinitionAlter | function | core/ |
Tests that the widget definitions alter hook works. |
| WizardPluginBase | class | core/ |
Base class for Views wizard plugins. |
| WizardPluginBase.php | file | core/ |
|
| WizardPluginBase::$availableSorts | property | core/ |
The available store criteria. |
| WizardPluginBase::$base_table | property | core/ |
The base table connected with the wizard. |
| WizardPluginBase::$bundleInfoService | property | core/ |
The bundle info service. |
| WizardPluginBase::$createdColumn | property | core/ |
The table column used for sorting by create date of this wizard. |
| WizardPluginBase::$entityType | property | core/ |
Contains the information from entity_get_info of the $entity_type. |
| WizardPluginBase::$entityTypeId | property | core/ |
The entity type connected with the wizard. |
| WizardPluginBase::$filters | property | core/ |
Views items configuration arrays for filters added by the wizard. |
| WizardPluginBase::$filter_defaults | property | core/ |
Default values for filters. |
| WizardPluginBase::$sorts | property | core/ |
Views items configuration arrays for sorts added by the wizard. |
| WizardPluginBase::$validated_views | property | core/ |
An array of validated view objects, keyed by a hash. |
| WizardPluginBase::addDisplays | function | core/ |
Adds the array of display options to the view, with appropriate overrides. |
| WizardPluginBase::alterDisplayOptions | function | core/ |
Alters the full array of display options before they are added to the view. |
| WizardPluginBase::blockDisplayOptions | function | core/ |
Retrieves the block display options. |
| WizardPluginBase::buildDisplayOptions | function | core/ |
Builds an array of display options for the view. |
| WizardPluginBase::buildFilters | function | core/ |
Builds the form structure for selecting the view's filters. |
| WizardPluginBase::buildForm | function | core/ |
Form callback to build other elements in the "show" form. |
| WizardPluginBase::buildFormStyle | function | core/ |
Adds the style options to the wizard form. |
| WizardPluginBase::buildSorts | function | core/ |
Builds the form structure for selecting the view's sort order. |
| WizardPluginBase::create | function | core/ |
Creates an instance of the plugin. |
| WizardPluginBase::createView | function | core/ |
Creates a view from values that have already been validated. |
| WizardPluginBase::defaultDisplayFilters | function | core/ |
Retrieves all filter information used by the default display. |
| WizardPluginBase::defaultDisplayFiltersUser | function | core/ |
Retrieves filter information based on user input for the default display. |
| WizardPluginBase::defaultDisplayOptions | function | core/ |
Assembles the default display options for the view. |
| WizardPluginBase::defaultDisplaySorts | function | core/ |
Retrieves all sort information used by the default display. |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.