You are here

Settings.php in Ultimate Cron 8.2

File

src/Settings.php
View source
<?php

namespace Drupal\ultimate_cron;

use Drupal\Core\Form\FormBase;

/**
 * Base class for settings.
 *
 * There's nothing special about this plugin.
 */
class Settings extends CronPluginMultiple {

}

Classes

Namesort descending Description
Settings Base class for settings.