Skip to content
Snippets Groups Projects
Commit a85f39d1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2815497 by andypost: Fix @see references in ListItemBase

parent 54a38cdf
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ public static function storageSettingsFromConfigData(array $settings) {
* Allowed values were the array key is the 'value' value, the value is
* 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) {
$values = array();
......@@ -302,7 +302,7 @@ protected static function simplifyAllowedValues(array $structured_values) {
* Array of items with a 'value' and 'label' key each for the allowed
* values.
*
* @see Drupal\options\Plugin\Field\FieldType\ListItemBase::simplifyAllowedValues()
* @see \Drupal\options\Plugin\Field\FieldType\ListItemBase::simplifyAllowedValues()
*/
protected static function structureAllowedValues(array $values) {
$structured_values = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment