Issue #2806205 by Prashant.c, markdorison: Remove reference to old ListTextItem
parent
434a96995a
commit
2e08f2c63b
|
@ -168,7 +168,7 @@ abstract class ListItemBase extends FieldItemBase implements OptionsProviderInte
|
||||||
* @return array|null
|
* @return array|null
|
||||||
* The array of extracted key/value pairs, or NULL if the string is invalid.
|
* 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) {
|
protected static function extractAllowedValues($string, $has_data) {
|
||||||
$values = array();
|
$values = array();
|
||||||
|
|
Loading…
Reference in New Issue