Group.php in Open Social 10.3.x
Same filename in this branch
Same filename and directory in other branches
- 8.9 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8.2 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8.3 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8.4 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8.5 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8.6 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8.7 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 8.8 modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 10.0.x modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 10.1.x modules/custom/social_demo/src/Plugin/DemoContent/Group.php
- 10.2.x modules/custom/social_demo/src/Plugin/DemoContent/Group.php
Namespace
Drupal\social_demo\Plugin\DemoContentFile
modules/custom/social_demo/src/Plugin/DemoContent/Group.phpView source
<?php
namespace Drupal\social_demo\Plugin\DemoContent;
use Drupal\social_demo\DemoGroup;
/**
* Group Plugin for demo content.
*
* @DemoContent(
* id = "group",
* label = @Translation("Group"),
* source = "content/entity/group.yml",
* entity_type = "group"
* )
*/
class Group extends DemoGroup {
}