You are here

ThunderDemo.php in Thunder 8.3

File

src/Plugin/Thunder/OptionalModule/ThunderDemo.php
View source
<?php

namespace Drupal\thunder\Plugin\Thunder\OptionalModule;


/**
 * Thunder Demo Content.
 *
 * @ThunderOptionalModule(
 *   id = "thunder_demo",
 *   label = @Translation("Thunder Demo Content"),
 *   description = @Translation("Installs demo content to show how Thunder works."),
 *   type = "module",
 *   standardlyEnabled = 1,
 *   weight = -1
 * )
 */
class ThunderDemo extends AbstractOptionalModule {

}

Classes

Namesort descending Description
ThunderDemo Thunder Demo Content.