commit e71d957cb7068f27cd5a5dfbe07d645413a75992 Author: Daniel Marlatt Date: Sun May 26 23:17:04 2013 -0400 2003500-newchanges diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/filter/Bundle.php b/core/modules/views/lib/Drupal/views/Plugin/views/filter/Bundle.php index 9061ef1..3c1f54f 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/filter/Bundle.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/filter/Bundle.php @@ -48,7 +48,7 @@ public function init(ViewExecutable $view, DisplayPluginBase $display, array &$o /** * Overrides \Drupal\views\Plugin\views\filter\InOperator::getValueOptions(). */ - public public function getValueOptions() { + public function getValueOptions() { if (!isset($this->value_options)) { $types = entity_get_bundles($this->entityType); $this->value_title = t('@entity types', array('@entity' => $this->entityInfo['label']));