You are here

public function IconFieldController::description in Icon API 8

A simple page to explain to the developer what to do.

File

modules/icon_field/src/Controller/IconFieldController.php, line 15

Class

IconFieldController
Returns responses for dblog routes.

Namespace

Drupal\icon_field\Controller

Code

public function description() {
  return array(
    '#markup' => t("Lets you add icons to any piece of content. To use it, add the field to a content type."),
  );
}