Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HandlerBase.php

function HandlerBase::hasExtraOptions

Determines if the handler has extra options.

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

2 methods override HandlerBase::hasExtraOptions()
EntityReference::hasExtraOptions in core/modules/views/src/Plugin/views/filter/EntityReference.php
Determines if the handler has extra options.
TaxonomyIndexTid::hasExtraOptions in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
Determines if the handler has extra options.

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 387

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function hasExtraOptions() {
    return FALSE;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal