diff --git a/core/modules/views/src/Plugin/views/PluginBase.php b/core/modules/views/src/Plugin/views/PluginBase.php index 17f39e1..f604e46 100644 --- a/core/modules/views/src/Plugin/views/PluginBase.php +++ b/core/modules/views/src/Plugin/views/PluginBase.php @@ -130,12 +130,9 @@ public function init(ViewExecutable $view, DisplayPluginBase $display, array &$o * @code * 'option_name' => array( * - 'default' => default value, - * - 'translatable' => (optional) TRUE/FALSE (wrap in $this->t() on export if true), * - 'contains' => (optional) array of items this contains, with its own * defaults, etc. If contains is set, the default will be ignored and * assumed to be array(). - * - 'bool' => (optional) TRUE/FALSE Is the value a boolean value. This will - * change the export format to TRUE/FALSE instead of 1/0. * ), * * @return array