You are here

class Admin in Calendar Systems 8.2

Controller routines

Hierarchy

  • class \Drupal\calendar_systems\Controller\Admin

Expanded class hierarchy of Admin

File

src/Controller/Admin.php, line 12
Contains \Drupal\CalendarSystems\Controller\Admin.

Namespace

Drupal\calendar_systems\Controller
View source
class Admin {

  /**
   * Returns an administrative overview of all calendar system profiles.
   *
   * @return array
   *   A render array representing the administrative page content.
   */
  public function settings() {

    // ...
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Admin::settings public function Returns an administrative overview of all calendar system profiles.