Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
22ed4317
Commit
22ed4317
authored
Jan 15, 2015
by
alexpott
Browse files
Issue
#2402609
by andythomnz: Two classes lack class doc blocks
parent
c81f327a
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Logger/RfcLogLevel.php
View file @
22ed4317
...
@@ -29,6 +29,12 @@
...
@@ -29,6 +29,12 @@
*
*
* @} End of "defgroup logging_severity_levels".
* @} End of "defgroup logging_severity_levels".
*/
*/
/**
* Defines various logging severity levels.
*
* @ingroup logging_severity_levels
*/
class
RfcLogLevel
{
class
RfcLogLevel
{
/**
/**
...
...
core/modules/views/src/Plugin/views/field/FieldPluginBase.php
View file @
22ed4317
...
@@ -47,6 +47,12 @@
...
@@ -47,6 +47,12 @@
* @ingroup views_plugins
* @ingroup views_plugins
* @see plugin_api
* @see plugin_api
*/
*/
/**
* Base class for views fields.
*
* @ingroup views_field_handlers
*/
abstract
class
FieldPluginBase
extends
HandlerBase
implements
FieldHandlerInterface
{
abstract
class
FieldPluginBase
extends
HandlerBase
implements
FieldHandlerInterface
{
/**
/**
...
@@ -1699,4 +1705,3 @@ protected function getRenderer() {
...
@@ -1699,4 +1705,3 @@ protected function getRenderer() {
/**
/**
* @}
* @}
*/
*/
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