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

Breadcrumb

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

function ViewsWizard::__construct

Constructs an ViewsWizard attribute.

Parameters

string $id: The plugin ID.

\Drupal\Core\StringTranslation\TranslatableMarkup $title: The plugin title used in the views UI.

string|null $base_table: (optional) The base table on which this wizard is used. The base_table is required when a deriver class is not defined.

class-string|null $deriver: (optional) The deriver class.

Overrides Plugin::__construct

File

core/modules/views/src/Attribute/ViewsWizard.php, line 32

Class

ViewsWizard
Defines a Plugin attribute object for views wizard plugins.

Namespace

Drupal\views\Attribute

Code

public function __construct(string $id, TranslatableMarkup $title, ?string $base_table = NULL, ?string $deriver = NULL) {
}

API Navigation

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