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

Breadcrumb

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

class Taxonomy

Argument handler for basic taxonomy tid.

Hierarchy

  • class \Drupal\Component\Plugin\PluginBase implements \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\DerivativeInspectionInterface
    • class \Drupal\Core\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait
      • class \Drupal\views\Plugin\views\PluginBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\Core\Plugin\ContainerFactoryPluginInterface, \Drupal\views\Plugin\views\ViewsPluginInterface, \Drupal\Component\Plugin\DependentPluginInterface, \Drupal\Core\Security\TrustedCallbackInterface
        • class \Drupal\views\Plugin\views\HandlerBase extends \Drupal\views\Plugin\views\PluginBase implements \Drupal\views\Plugin\views\ViewsHandlerInterface
          • class \Drupal\views\Plugin\views\argument\ArgumentPluginBase extends \Drupal\views\Plugin\views\HandlerBase implements \Drupal\Core\Cache\CacheableDependencyInterface
            • class \Drupal\views\Plugin\views\argument\NumericArgument extends \Drupal\views\Plugin\views\argument\ArgumentPluginBase
              • class \Drupal\views\Plugin\views\argument\EntityArgument extends \Drupal\views\Plugin\views\argument\NumericArgument implements \Drupal\Core\Plugin\ContainerFactoryPluginInterface
                • class \Drupal\taxonomy\Plugin\views\argument\Taxonomy extends \Drupal\views\Plugin\views\argument\EntityArgument

Expanded class hierarchy of Taxonomy

Related topics

Views argument handlers
Handler plugins for Views contextual filters.
31 string references to 'Taxonomy'
core.entity_view_mode.taxonomy_term.full.yml in core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml
core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml
demo_umami.info.yml in core/profiles/demo_umami/demo_umami.info.yml
core/profiles/demo_umami/demo_umami.info.yml
field.storage.node.field_recipe_category.yml in core/profiles/demo_umami/config/install/field.storage.node.field_recipe_category.yml
core/profiles/demo_umami/config/install/field.storage.node.field_recipe_category.yml
field.storage.node.field_tags.yml in core/profiles/standard/config/install/field.storage.node.field_tags.yml
core/profiles/standard/config/install/field.storage.node.field_tags.yml
field.storage.node.field_tags.yml in core/profiles/demo_umami/config/install/field.storage.node.field_tags.yml
core/profiles/demo_umami/config/install/field.storage.node.field_tags.yml

... See full list

File

core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php, line 13

Namespace

Drupal\taxonomy\Plugin\views\argument
View source
class Taxonomy extends EntityArgument {

}

API Navigation

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