Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php \Drupal\Core\Plugin\PluginWithFormsTrait::hasFormClass()
  2. 9 core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php \Drupal\Core\Plugin\PluginWithFormsTrait::hasFormClass()

Implements \Drupal\Core\Plugin\PluginWithFormsInterface::hasFormClass().

File

core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php, line 25

Class

PluginWithFormsTrait
Provides a trait with typical behavior for plugins which have forms.

Namespace

Drupal\Core\Plugin

Code

public function hasFormClass($operation) {
  return !empty($this
    ->getFormClass($operation));
}