Skip to content
Snippets Groups Projects
Commit 29777851 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2081215 by mrsinguyen: Remove Unused local variable from...

Issue #2081215 by mrsinguyen: Remove Unused local variable  from /core/modules/views/lib/Drupal/views/Plugin/views/area/TokenizeAreaPluginBase.php.
parent c9af6ddc
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -55,7 +55,7 @@ public function tokenForm(&$form, &$form_state) {
}
$count = 0; // This lets us prepare the key as we want it printed.
foreach ($this->view->display_handler->getHandlers('argument') as $arg => $handler) {
foreach ($this->view->display_handler->getHandlers('argument') as $handler) {
$options[t('Arguments')]['%' . ++$count] = t('@argument title', array('@argument' => $handler->adminLabel()));
$options[t('Arguments')]['!' . $count] = t('@argument input', array('@argument' => $handler->adminLabel()));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment