X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fpath%2Fsrc%2FPlugin%2FField%2FFieldType%2FPathFieldItemList.php;fp=web%2Fcore%2Fmodules%2Fpath%2Fsrc%2FPlugin%2FField%2FFieldType%2FPathFieldItemList.php;h=41cc994412e2da6ca12a9a0ce161a3f4b0b03ddd;hp=1a5fbe0858e0e51774cf9315646e2842b74dcc1d;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php b/web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php index 1a5fbe085..41cc99441 100644 --- a/web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php +++ b/web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php @@ -26,7 +26,7 @@ class PathFieldItemList extends FieldItemList { $entity = $this->getEntity(); if (!$entity->isNew()) { - // @todo Support loading languge neutral aliases in + // @todo Support loading language neutral aliases in // https://www.drupal.org/node/2511968. $alias = \Drupal::service('path.alias_storage')->load([ 'source' => '/' . $entity->toUrl()->getInternalPath(),