You are here

class CoreViewsFacetsExposedFilterType in Core Views Facets 8

Defines a Core views facets filter type item annotation object.

Hierarchy

Expanded class hierarchy of CoreViewsFacetsExposedFilterType

See also

\Drupal\core_views_facets\CoreViewsFacetsExposedFilterTypeManager

Plugin API

1 file declares its use of CoreViewsFacetsExposedFilterType
CoreViewsFacetsExposedFilterTypeManager.php in src/CoreViewsFacetsExposedFilterTypeManager.php
4 classes are annotated with CoreViewsFacetsExposedFilterType
Boolean in src/Plugin/facets/processor/exposed_filter_type/Boolean.php
A generic filter type for core views.
Bundle in src/Plugin/facets/processor/exposed_filter_type/Bundle.php
Filter type "Bundle" for core_views_facets.
Generic in src/Plugin/facets/processor/exposed_filter_type/Generic.php
A generic filter type for core views.
Term in src/Plugin/facets/processor/exposed_filter_type/Term.php
Filter type "Term" for core_views_facets.

File

src/Annotation/CoreViewsFacetsExposedFilterType.php, line 17

Namespace

Drupal\core_views_facets\Annotation
View source
class CoreViewsFacetsExposedFilterType extends FacetsProcessor {

}

Members

Namesort descending Modifiers Type Description Overrides
FacetsProcessor::$default_enabled public property
FacetsProcessor::$derivative public property Class used to retrieve derivative definitions of the url processor.
FacetsProcessor::$description public property The processor description.
FacetsProcessor::$id public property The processor plugin id.
FacetsProcessor::$label public property The human-readable name of the processor plugin.
FacetsProcessor::$stages public property The stages this processor will run in, along with their default weights.
Plugin::$definition protected property The plugin definition read from the class annotation. 1
Plugin::get public function Gets the value of an annotation. Overrides AnnotationInterface::get 5
Plugin::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
Plugin::getId public function Gets the unique ID for this annotated class. Overrides AnnotationInterface::getId
Plugin::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
Plugin::parse protected function Parses an annotation into its definition.
Plugin::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
Plugin::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
Plugin::__construct public function Constructs a Plugin object. 2