-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EWPP-454: Link to the RSS feed. #62
Conversation
oe_list_pages.module
Outdated
@@ -7,6 +7,11 @@ | |||
|
|||
declare(strict_types = 1); | |||
|
|||
use Drupal\Core\Entity\Display\EntityViewDisplayInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come these are added here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncaught leftover.
Removed.
use Drupal\Core\Entity\ContentEntityInterface; | ||
|
||
/** | ||
* Extra field displaying the list page pager. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy paste
src/ListBuilderInterface.php
Outdated
@@ -61,4 +61,15 @@ public function buildSelectedFilters(ContentEntityInterface $entity): array; | |||
*/ | |||
public function buildPagerInfo(ContentEntityInterface $entity): array; | |||
|
|||
/** | |||
* Builds a RSS link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds a link to the RSS representation of the list page.
OPENEUROPA-454
Description
[Insert description here]
Change log
Commands