Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calendar
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
calendar
Merge requests
!30
Resolve
#3470021
"Class calendarpager is"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
#3470021
"Class calendarpager is"
issue/calendar-3470021:3470021-class-calendarpager-is
into
8.x-1.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Resolve #3470021 "Class calendarpager is"
Panagiotis Moutsopoulos
requested to merge
issue/calendar-3470021:3470021-class-calendarpager-is
into
8.x-1.x
Aug 23, 2024
Overview
0
Commits
1
Pipelines
2
Changes
1
Closes
#3470021
0
0
Merge request reports
Compare
8.x-1.x
version 1
e387ab36
Aug 23, 2024
8.x-1.x (base)
and
latest version
latest version
a487f58f
1 commit,
10 months ago
version 1
e387ab36
1 commit,
Aug 23, 2024
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/views/pager/CalendarPager.php
+
7
−
0
View file @ a487f58f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -137,6 +137,13 @@ class CalendarPager extends PagerPluginBase {
];
}
/**
* Returns a string to display as the clickable title for the pager plugin.
*/
public
function
summaryTitle
()
{
return
$this
->
t
(
'Settings'
);
}
/**
* {@inheritdoc}
*/
Loading