class FacetapiTestWidgetNonterm in Facet API 7.2
Same name and namespace in other branches
- 7 tests/facetapi_test.plugins.inc \FacetapiTestWidgetNonterm
Plugin for dummy widget that only supports the "nonterm" query type.
Hierarchy
- class \FacetapiWidget
- class \FacetapiWidgetLinks
- class \FacetapiTestWidgetNonterm
- class \FacetapiWidgetLinks
Expanded class hierarchy of FacetapiTestWidgetNonterm
1 string reference to 'FacetapiTestWidgetNonterm'
- facetapi_test_facetapi_widgets in tests/
facetapi_test.facetapi.inc - Implements hook_facetapi_widgets().
File
- tests/
facetapi_test.plugins.inc, line 139 - Test adapter and plugins.
View source
class FacetapiTestWidgetNonterm extends FacetapiWidgetLinks {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FacetapiWidget:: |
protected | property | The render that alterations are being applied to. | |
FacetapiWidget:: |
protected | property | The facet object containing the facet definition and required contexts. | |
FacetapiWidget:: |
protected | property | The machine name of the plugin associated with this instance. | |
FacetapiWidget:: |
protected | property | The widget's JavaScript settings that are passed to drupal_add_js(). | |
FacetapiWidget:: |
protected | property | The key of the facet's render array added to the realm's render array. | |
FacetapiWidget:: |
protected | property | The realm definition as returned by facetapi_realm_load(). | |
FacetapiWidget:: |
protected | property | An array of facet settings. | |
FacetapiWidget:: |
protected | function | Applies the sorts to the facet items recursively. | |
FacetapiWidget:: |
public | function | Returns the altered render array acted on by FacetapiWidget::execute(). | |
FacetapiWidget:: |
public | function | Gets the machine name of the plugin. | |
FacetapiWidget:: |
public | function | Returns the JavaScript settings that are passed to drupal_add_js(). | |
FacetapiWidget:: |
public | function | Gets key used to append FacetapiWidget::build to the realm's render array. | |
FacetapiWidget:: |
public | function | Initializes the build, must be invoked prior to executing this widget. | 1 |
FacetapiWidget:: |
protected | function | Applies sort information via the callback in the sort definition. | |
FacetapiWidget:: |
function | Applies sorting algorithms to the items in the facet's render array. | ||
FacetapiWidgetLinks:: |
function | Transforms the render array for use with theme_item_list(). | ||
FacetapiWidgetLinks:: |
public | function |
Implements FacetapiWidget::execute(). Overrides FacetapiWidget:: |
|
FacetapiWidgetLinks:: |
function |
Overrides FacetapiWidget::getDefaultSettings(). Overrides FacetapiWidget:: |
||
FacetapiWidgetLinks:: |
function | Gets the base class array for a facet item. | 1 | |
FacetapiWidgetLinks:: |
protected | function | Recursive function that sets each item's theme hook. | |
FacetapiWidgetLinks:: |
function |
Overrides FacetapiWidget::settingsForm(). Overrides FacetapiWidget:: |
||
FacetapiWidgetLinks:: |
public | function |
Overrides FacetapiWidget::__construct(). Overrides FacetapiWidget:: |