Skip to content
Snippets Groups Projects
Commit b218ca3a authored by Arti's avatar Arti Committed by howard ge
Browse files

Issue #3370974 by arti_parmar, kenyoOwen: Unused variable $token_service

parent 3dbf7405
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ function field_validation_token_info() { ...@@ -48,7 +48,6 @@ function field_validation_token_info() {
* Implements hook_tokens(). * Implements hook_tokens().
*/ */
function field_validation_tokens($type, $tokens, array $data, array $options, BubbleableMetadata $bubbleable_metadata) { function field_validation_tokens($type, $tokens, array $data, array $options, BubbleableMetadata $bubbleable_metadata) {
$token_service = \Drupal::token();
$replacements = []; $replacements = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment