Skip to content
Snippets Groups Projects
Commit 93718316 authored by preethy12's avatar preethy12 Committed by Nitin Lama
Browse files

Phpcs errors are fixed

parent e51abb7d
Branches
Tags
1 merge request!33318181: PHPCS codding standard
......@@ -21,12 +21,13 @@ CONFIGURATION
-------------
* Configure the user permissions in
Administration » People » Permissions:
Administration » People » Permissions:
* Customize the basic breadcrumbs settings in
Configuration » User interface » Custom breadcrumbs settings
Configuration » User interface » Custom breadcrumbs settings
* You can add a new breadcrumbs instances in Structure » Custom breadcrumbs
* You can add a new breadcrumbs instances in Structure » Custom
breadcrumbs
USAGE
-------------
......
......@@ -27,7 +27,9 @@ use Drupal\taxonomy\TermInterface;
use Symfony\Component\HttpFoundation\RequestStack;
/**
* Breadcrumb builder class.
* Breadcrumb builder class for generating breadcrumbs.
*
* Builds breadcrumbs within the context of the abv_app Drupal package.
*
* @package Drupal\abv_app
*/
......
......@@ -177,7 +177,7 @@ class CustomBreadcrumbsForm extends EntityForm {
'#title' => $this->t('Breadcrumb paths'),
'#default_value' => $this->entity->get('breadcrumbPaths'),
'#required' => TRUE,
'#description' => $this->t('One URL per line, you can use <a href="@token">Token</a> module. Url must start from "/". Use @nolink_key if you don\'t want to set a link for the respective title.',
'#description' => $this->t('Enter one URL per line. You can utilize the <a href="@token">Token</a> module. URLs must start with "/" and use <code>@nolink_key</code> if you prefer not to set a link for the respective title.',
[
'@token' => 'https://www.drupal.org/project/token',
'@nolink_key' => '<nolink>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment