public function BrokenHandlerTrait::defineOptions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/BrokenHandlerTrait.php \Drupal\views\Plugin\views\BrokenHandlerTrait::defineOptions()
The option definition for this handler.
See also
\Drupal\views\Plugin\views\PluginBase::defineOptions().
File
- core/
modules/ views/ src/ Plugin/ views/ BrokenHandlerTrait.php, line 32 - Contains \Drupal\views\Plugin\views\BrokenHandlerTrait.
Class
- BrokenHandlerTrait
- A Trait for Views broken handlers.
Namespace
Drupal\views\Plugin\viewsCode
public function defineOptions() {
return array();
}