You are here

class FacetapiTestWidgetNonterm in Facet API 7

Same name and namespace in other branches
  1. 7.2 tests/facetapi_test.plugins.inc \FacetapiTestWidgetNonterm

Plugin for dummy widget that only supports the "nonterm" query type.

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
FacetapiWidget::$build protected property The render that alterations are being applied to.
FacetapiWidget::$facet protected property The facet object containing the facet definition and required contexts.
FacetapiWidget::$id protected property The machine name of the plugin associated with this instance.
FacetapiWidget::$jsSettings protected property The widget's JavaScript settings that are passed to drupal_add_js().
FacetapiWidget::$key protected property The key of the facet's render array added to the realm's render array.
FacetapiWidget::$realm protected property The realm definition as returned by facetapi_realm_load().
FacetapiWidget::$settings protected property An array of facet settings.
FacetapiWidget::applySorts protected function Applies the sorts to the facet items recursively.
FacetapiWidget::getBuild public function Returns the altered render array acted on by FacetapiWidget::execute().
FacetapiWidget::getId public function Gets the machine name of the plugin.
FacetapiWidget::getJavaScriptSettings public function Returns the JavaScript settings that are passed to drupal_add_js().
FacetapiWidget::getKey public function Gets key used to append FacetapiWidget::build to the realm's render array.
FacetapiWidget::init public function Initializes the build, must be invoked prior to executing this widget. 1
FacetapiWidget::sortCallback protected function Applies sort information via the callback in the sort definition.
FacetapiWidget::sortFacet function Applies sorting algorithms to the items in the facet's render array.
FacetapiWidgetLinks::buildListItems function Transforms the render array for use with theme_item_list().
FacetapiWidgetLinks::execute public function Implements FacetapiWidget::execute(). Overrides FacetapiWidget::execute
FacetapiWidgetLinks::getDefaultSettings function Overrides FacetapiWidget::getDefaultSettings(). Overrides FacetapiWidget::getDefaultSettings
FacetapiWidgetLinks::getItemClasses function Gets the base class array for a facet item. 1
FacetapiWidgetLinks::setThemeHooks protected function Recursive function that sets each item's theme hook.
FacetapiWidgetLinks::settingsForm function Overrides FacetapiWidget::settingsForm(). Overrides FacetapiWidget::settingsForm
FacetapiWidgetLinks::__construct public function Overrides FacetapiWidget::__construct(). Overrides FacetapiWidget::__construct