FacebookInstantArticles.php in Thunder 8.4
Same filename and directory in other branches
File
src/Plugin/Thunder/OptionalModule/FacebookInstantArticles.phpView source
<?php
namespace Drupal\thunder\Plugin\Thunder\OptionalModule;
/**
* Facebook Instant Articles.
*
* @ThunderOptionalModule(
* id = "thunder_fia",
* label = @Translation("Facebook Instant Articles"),
* description = @Translation("A new way for any publisher to create fast, interactive articles on Facebook."),
* type = "module",
* )
*/
class FacebookInstantArticles extends AbstractOptionalModule {
}
Classes
Name | Description |
---|---|
FacebookInstantArticles | Facebook Instant Articles. |