Issue #2081195 by smiro: Remove Unused local variable from taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php.

8.0.x
webchick 2013-09-04 15:28:25 -07:00
parent e235776e24
commit cc3b5c8c5b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class EntityReferenceTaxonomyTermRssFormatter extends EntityReferenceFormatterBa
public function viewElements(EntityInterface $entity, $langcode, FieldInterface $items) { public function viewElements(EntityInterface $entity, $langcode, FieldInterface $items) {
$elements = array(); $elements = array();
foreach ($items as $delta => $item) { foreach ($items as $item) {
$entity->rss_elements[] = array( $entity->rss_elements[] = array(
'key' => 'category', 'key' => 'category',
'value' => $item->entity->label(), 'value' => $item->entity->label(),