Item::getAuthor

public Item::getAuthor()

Returns the author of the feed item.

Return value

string The author of the feed item.

Overrides ItemInterface::getAuthor

File

core/modules/aggregator/src/Entity/Item.php, line 160

Class

Item
Defines the aggregator item entity class.

Namespace

Drupal\aggregator\Entity

Code

1
2
3
public function getAuthor() {
  return $this->get('author')->value;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.