Skip to content
Snippets Groups Projects
Commit 077f3635 authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3473989: Better link to external page

parent 3a4e8090
No related branches found
No related tags found
No related merge requests found
Pipeline #520092 passed with warnings
......@@ -36,7 +36,7 @@ class WorkflowAccessSettingsForm extends ConfigFormBase {
];
$form['workflow_access']['#tree'] = TRUE;
$url = 'https://api.drupal.org/api/drupal/core%21modules%21node%21node.api.php/function/hook_node_access_records/8';
$url = 'https://api.drupal.org/api/drupal/core%21modules%21node%21node.api.php/function/hook_node_access_records';
$form['workflow_access']['workflow_access_priority'] = [
'#type' => 'weight',
'#delta' => 10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment