@@ -16,7 +16,7 @@ function config_help($route_name, RouteMatchInterface $route_match) {
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The Configuration manager module provides a user interface for importing and exporting configuration changes; i.e., for staging configuration data between multiple instances of this web site. For more information, see the online handbook entry for <a href="!url">Configuration manager module</a>',array(
@@ -20,7 +20,7 @@ function dblog_help($route_name, RouteMatchInterface $route_match) {
case'help.page.dblog':
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The Database Logging module logs system events in the Drupal database. For more information, see the online handbook entry for the <a href="!dblog">Database Logging module</a>.',array('!dblog'=>'http://drupal.org/documentation/modules/dblog')).'</p>';
$output.='<p>'.t('The Database Logging module logs system events in the Drupal database. For more information, see the online handbook entry for the <a href="!dblog">Database Logging module</a>.',array('!dblog'=>'https://www.drupal.org/documentation/modules/dblog')).'</p>';
$output.='<h3>'.t('Uses').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('Monitoring your site').'</dt>';
'widget_settings'=>'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"title";s:18:"default link title";s:3:"url";s:17:"http://drupal.org";}}s:17:"default_value_php";N;}',
'widget_settings'=>'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"title";s:18:"default link title";s:3:"url";s:22:"https://www.drupal.org";}}s:17:"default_value_php";N;}',
$entity->revision_log=t('Updated the %field-name field through in-place editing.',array('%field-name'=>$entity->get($field_name)->getFieldDefinition()->getLabel()));
@@ -20,7 +20,7 @@ function shortcut_help($route_name, RouteMatchInterface $route_match) {
switch($route_name){
case'help.page.shortcut':
$output='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The Shortcut module allows users to create sets of <em>shortcut</em> links to commonly-visited pages of the site. Shortcuts are contained within <em>sets</em>. Each user with <em>Select any shortcut set</em> permission can select a shortcut set created by anyone at the site. For more information, see the <a href="!shortcut">online documentation for the Shortcut module</a>.',array('!shortcut'=>'http://drupal.org/documentation/modules/shortcut')).'</p>';
$output.='<p>'.t('The Shortcut module allows users to create sets of <em>shortcut</em> links to commonly-visited pages of the site. Shortcuts are contained within <em>sets</em>. Each user with <em>Select any shortcut set</em> permission can select a shortcut set created by anyone at the site. For more information, see the <a href="!shortcut">online documentation for the Shortcut module</a>.',array('!shortcut'=>'https://www.drupal.org/documentation/modules/shortcut')).'</p>';
$output.='<dd>'.t('Users with the <em>Administer shortcuts</em> permission can manage shortcut sets and edit the shortcuts within sets from the <a href="!shortcuts">Shortcuts administration page</a>.',array('!shortcuts'=>\Drupal::url('entity.shortcut_set.collection'))).'</dd>';
$requirements['php_memory_limit']['description']=t('The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. <a href="@url">Follow these steps to continue</a>.',array('%memory_limit'=>$memory_limit,'%memory_minimum_limit'=>SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT,'@url'=>'http://drupal.org/node/207036'));
$requirements['php_memory_limit']['description']=t('The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. <a href="@url">Follow these steps to continue</a>.',array('%memory_limit'=>$memory_limit,'%memory_minimum_limit'=>SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT,'@url'=>'https://www.drupal.org/node/207036'));