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

Breadcrumb

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

function PluginBase::validate

Overrides ViewsPluginInterface::validate

6 calls to PluginBase::validate()
OpmlFields::validate in core/modules/views/src/Plugin/views/row/OpmlFields.php
Validate that the plugin is correct and can be saved.
OpmlFields::validate in core/modules/views/src/Plugin/views/row/OpmlFields.php
Validate that the plugin is correct and can be saved.
RssFields::validate in core/modules/views/src/Plugin/views/row/RssFields.php
Validate that the plugin is correct and can be saved.
RssFields::validate in core/modules/views/src/Plugin/views/row/RssFields.php
Validate that the plugin is correct and can be saved.
StylePluginBase::validate in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Validate that the plugin is correct and can be saved.

... See full list

5 methods override PluginBase::validate()
DisplayPluginBase::validate in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Validate that the plugin is correct and can be saved.
HandlerBase::validate in core/modules/views/src/Plugin/views/HandlerBase.php
Validate that the plugin is correct and can be saved.
OpmlFields::validate in core/modules/views/src/Plugin/views/row/OpmlFields.php
Validate that the plugin is correct and can be saved.
RssFields::validate in core/modules/views/src/Plugin/views/row/RssFields.php
Validate that the plugin is correct and can be saved.
StylePluginBase::validate in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Validate that the plugin is correct and can be saved.

File

core/modules/views/src/Plugin/views/PluginBase.php, line 310

Class

PluginBase
Base class for any views plugin types.

Namespace

Drupal\views\Plugin\views

Code

public function validate() {
    return [];
}

API Navigation

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