Issue #2806205 by Prashant.c, markdorison: Remove reference to old ListTextItem

8.3.x
xjm 2016-10-07 15:07:07 +01:00
parent 434a96995a
commit 2e08f2c63b
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ abstract class ListItemBase extends FieldItemBase implements OptionsProviderInte
* @return array|null
* The array of extracted key/value pairs, or NULL if the string is invalid.
*
* @see \Drupal\options\Plugin\Field\FieldType\ListTextItem::allowedValuesString()
* @see \Drupal\options\Plugin\Field\FieldType\ListItemBase::allowedValuesString()
*/
protected static function extractAllowedValues($string, $has_data) {
$values = array();