public static Item::buildUri(ItemInterface $item)
Entity URI callback.
File
- core/modules/aggregator/src/Entity/Item.php, line 239
Class
- Item
- Defines the aggregator item entity class.
Namespace
Drupal\aggregator\Entity
Code
1 2 3 | public static function buildUri(ItemInterface $item ) { return Url::fromUri( $item ->getLink()); } |
Please login to continue.