Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_cfg_common
Commits
63dc3fae
Commit
63dc3fae
authored
2 years ago
by
Eric Bremner
Committed by
Kevin Paxman
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-5753: coding standards
parent
c0b68d23
No related branches found
No related tags found
1 merge request
!269
Feature/istwcms 5753 ebremner csv content report
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Controller/UwDownloadCsvController.php
+4
-3
4 additions, 3 deletions
src/Controller/UwDownloadCsvController.php
uw_cfg_common.routing.yml
+0
-1
0 additions, 1 deletion
uw_cfg_common.routing.yml
with
4 additions
and
4 deletions
src/Controller/UwDownloadCsvController.php
+
4
−
3
View file @
63dc3fae
...
@@ -11,7 +11,7 @@ use Symfony\Component\HttpFoundation\Response;
...
@@ -11,7 +11,7 @@ use Symfony\Component\HttpFoundation\Response;
/**
/**
* Provides CSV files for specific UW sites.
* Provides CSV files for specific UW sites.
*/
*/
class
UwDownloadCsvController
extends
ControllerBase
{
class
UwDownloadCsvController
extends
ControllerBase
{
/**
/**
* Entity type manager from the core.
* Entity type manager from the core.
...
@@ -21,8 +21,9 @@ class UwDownloadCsvController extends ControllerBase{
...
@@ -21,8 +21,9 @@ class UwDownloadCsvController extends ControllerBase{
protected
$entityTypeManager
;
protected
$entityTypeManager
;
/**
/**
* The path alias.
*
* @var \Drupal\path_alias\AliasManager
* @var \Drupal\path_alias\AliasManager
* The path alias.
*/
*/
protected
$pathAlias
;
protected
$pathAlias
;
...
@@ -55,7 +56,7 @@ class UwDownloadCsvController extends ControllerBase{
...
@@ -55,7 +56,7 @@ class UwDownloadCsvController extends ControllerBase{
/**
/**
* Provides a CSV file for content on a site.
* Provides a CSV file for content on a site.
*
*
* @return Response
* @return
Symfony\Component\HttpFoundation\
Response
* The page response.
* The page response.
*
*
* @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
* @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
...
...
This diff is collapsed.
Click to expand it.
uw_cfg_common.routing.yml
+
0
−
1
View file @
63dc3fae
...
@@ -41,4 +41,3 @@ uw_cfg_common.uw_content_report_csv:
...
@@ -41,4 +41,3 @@ uw_cfg_common.uw_content_report_csv:
_controller
:
\Drupal\uw_cfg_common\Controller\UwDownloadCsvController::uwContentReport
_controller
:
\Drupal\uw_cfg_common\Controller\UwDownloadCsvController::uwContentReport
requirements
:
requirements
:
_permission
:
'
view
UW
CSV
reports'
_permission
:
'
view
UW
CSV
reports'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment