Skip to content
Snippets Groups Projects
Commit 5a9586b1 authored by Mingsong Hu's avatar Mingsong Hu
Browse files

Remove unused global variable

parent e065469a
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ class HmOverviewTerms extends OverviewTerms {
* The form structure.
*/
public function buildForm(array $form, FormStateInterface $form_state, VocabularyInterface $taxonomy_vocabulary = NULL) {
global $base_path;
// Override the form if the taxonomy hierarchy manager has been set up.
if (!empty($taxonomy_vocabulary) && $config = \Drupal::config('hierarchy_manager.hmconfig')) {
if ($allowed_setup_plugins = $config->get('allowed_setup_plugins')) {
......
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