ThunderDemo.php in Thunder 8.3
Same filename and directory in other branches
File
src/Plugin/Thunder/OptionalModule/ThunderDemo.phpView 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
Name | Description |
---|---|
ThunderDemo | Thunder Demo Content. |