Change record status: 
Project: 
Introduced in branch: 
8.1.x
Introduced in version: 
8.1.0
Description: 

\Drupal\views\Plugin\views\filter\InOperator::getValueOptions() returns the stored value options and suggested children return the value options as well "if someone expects it". This resulted in confusing scenarios, because although this is a public method, its return value cannot be relied on. It may or may not have been the value options. Instead of this "suggestion", the return value expectation of InOperator children was changed to always return the stored value options.

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done