Issue #2815497 by andypost: Fix @see references in ListItemBase
parent
54a38cdfe0
commit
a85f39d1f7
|
@ -277,7 +277,7 @@ abstract class ListItemBase extends FieldItemBase implements OptionsProviderInte
|
||||||
* Allowed values were the array key is the 'value' value, the value is
|
* Allowed values were the array key is the 'value' value, the value is
|
||||||
* the 'label' value.
|
* the 'label' value.
|
||||||
*
|
*
|
||||||
* @see Drupal\options\Plugin\Field\FieldType\ListItemBase::structureAllowedValues()
|
* @see \Drupal\options\Plugin\Field\FieldType\ListItemBase::structureAllowedValues()
|
||||||
*/
|
*/
|
||||||
protected static function simplifyAllowedValues(array $structured_values) {
|
protected static function simplifyAllowedValues(array $structured_values) {
|
||||||
$values = array();
|
$values = array();
|
||||||
|
@ -302,7 +302,7 @@ abstract class ListItemBase extends FieldItemBase implements OptionsProviderInte
|
||||||
* Array of items with a 'value' and 'label' key each for the allowed
|
* Array of items with a 'value' and 'label' key each for the allowed
|
||||||
* values.
|
* values.
|
||||||
*
|
*
|
||||||
* @see Drupal\options\Plugin\Field\FieldType\ListItemBase::simplifyAllowedValues()
|
* @see \Drupal\options\Plugin\Field\FieldType\ListItemBase::simplifyAllowedValues()
|
||||||
*/
|
*/
|
||||||
protected static function structureAllowedValues(array $values) {
|
protected static function structureAllowedValues(array $values) {
|
||||||
$structured_values = array();
|
$structured_values = array();
|
||||||
|
|
Loading…
Reference in New Issue