You are here

public static function GeshiFilterConflicts::listConflicts in GeSHi Filter for syntax highlighting 8.2

Same name and namespace in other branches
  1. 8 src/Controller/GeshiFilterConflicts.php \Drupal\geshifilter\Controller\GeshiFilterConflicts::listConflicts()

List all conflicts.

@todo Make this function work, see https://www.drupal.org/node/2354511.

Return value

array An array with the filter conflics found, or an empty array if there is no conflics.

1 call to GeshiFilterConflicts::listConflicts()
GeshiFilterConflicts::content in src/Controller/GeshiFilterConflicts.php

File

src/Controller/GeshiFilterConflicts.php, line 38

Class

GeshiFilterConflicts
Show the filters tah conflic with GeshiFilter.

Namespace

Drupal\geshifilter\Controller

Code

public static function listConflicts() {
  return [];
}