Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
c0683a41
Commit
c0683a41
authored
Nov 08, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2371499
by er.pushpinderrana | Alex Bukach: Fixed Misprint in State API example.
parent
a36ff846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/modules/system/core.api.php
core/modules/system/core.api.php
+1
-1
No files found.
core/modules/system/core.api.php
View file @
c0683a41
...
...
@@ -186,7 +186,7 @@
* // Find out when cron was last run; the key is 'system.cron_last'.
* $time = $state->get('system.cron_last');
* // Set the cron run time to the current request time.
* $state->set('system
_
cron_last', REQUEST_TIME);
* $state->set('system
.
cron_last', REQUEST_TIME);
* @endcode
*
* For more on the State API, see https://drupal.org/developing/api/8/state
...
...
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