Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
222
Merge Requests
222
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
45b845de
Commit
45b845de
authored
Aug 12, 2016
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2781179
by timmillwood: Remove service from class docblocks
parent
24630471
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/modules/content_moderation/src/ContentPreprocess.php
core/modules/content_moderation/src/ContentPreprocess.php
+1
-1
core/modules/content_moderation/src/EntityTypeInfo.php
core/modules/content_moderation/src/EntityTypeInfo.php
+1
-1
No files found.
core/modules/content_moderation/src/ContentPreprocess.php
View file @
45b845de
...
...
@@ -6,7 +6,7 @@
use
Drupal\node\Entity\Node
;
/**
*
Service to determine
whether a route is the "Latest version" tab of a node.
*
Determines
whether a route is the "Latest version" tab of a node.
*/
class
ContentPreprocess
{
...
...
core/modules/content_moderation/src/EntityTypeInfo.php
View file @
45b845de
...
...
@@ -21,7 +21,7 @@
use
Drupal\content_moderation
\
Routing\EntityTypeModerationRouteProvider
;
/**
*
Service class for manipulating
entity type information.
*
Manipulates
entity type information.
*
* This class contains primarily bridged hooks for compile-time or
* cache-clear-time hooks. Runtime hooks should be placed in EntityOperations.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment