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
bf495bd9
Commit
bf495bd9
authored
Jul 30, 2014
by
Jennifer Hodgdon
Browse files
Issue
#2312659
by er.pushpinderrana: Fix formatting issues on User topic page
parent
f77f88b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/core.api.php
View file @
bf495bd9
...
@@ -561,13 +561,13 @@
...
@@ -561,13 +561,13 @@
* or user ID, so that site administrators can set up user accounts and roles
* or user ID, so that site administrators can set up user accounts and roles
* appropriately for their particular sites.
* appropriately for their particular sites.
*
*
* @sec sec_define Defining permissions
* @sec
tion
sec_define Defining permissions
* Modules define permissions by implementing hook_permission(). The return
* Modules define permissions by implementing hook_permission(). The return
* value defines machine names, human-readable names, and optionally
* value defines machine names, human-readable names, and optionally
* descriptions for each permission type. The machine names are the canonical
* descriptions for each permission type. The machine names are the canonical
* way to refer to permissions for access checking.
* way to refer to permissions for access checking.
*
*
* @sec sec_access Access permission checking
* @sec
tion
sec_access Access permission checking
* Depending on the situation, there are several methods for ensuring that
* Depending on the situation, there are several methods for ensuring that
* access checks are done properly in Drupal:
* access checks are done properly in Drupal:
* - Routes: When you register a route, include a 'requirements' section that
* - Routes: When you register a route, include a 'requirements' section that
...
@@ -594,7 +594,7 @@
...
@@ -594,7 +594,7 @@
* injected into the form base class as method
* injected into the form base class as method
* \Drupal\Core\Form\FormBase::currentUser().
* \Drupal\Core\Form\FormBase::currentUser().
*
*
* @sec sec_entities User and role objects
* @sec
tion
sec_entities User and role objects
* User objects in Drupal are entity items, implementing
* User objects in Drupal are entity items, implementing
* \Drupal\user\UserInterface. Role objects in Drupal are also entity items,
* \Drupal\user\UserInterface. Role objects in Drupal are also entity items,
* implementing \Drupal\user\RoleInterface. See the
* implementing \Drupal\user\RoleInterface. See the
...
@@ -1050,7 +1050,7 @@
...
@@ -1050,7 +1050,7 @@
* \Drupal\system\Plugin\Derivative\SystemMenuBlock (derivative class) are a
* \Drupal\system\Plugin\Derivative\SystemMenuBlock (derivative class) are a
* good example to look at.
* good example to look at.
*
*
* @sec sec_use Performing tasks involving plugins
* @sec
tion
sec_use Performing tasks involving plugins
* Here are the steps to follow to perform a task that involves plugins:
* Here are the steps to follow to perform a task that involves plugins:
* - Locate the machine name of the plugin manager service, and instantiate the
* - Locate the machine name of the plugin manager service, and instantiate the
* service. See the @link container Services topic @endlink for more
* service. See the @link container Services topic @endlink for more
...
...
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