You are here

class Group in Open Social 8.7

Same name and namespace in other branches
  1. 8.9 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  2. 8 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  3. 8.2 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  4. 8.3 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  5. 8.4 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  6. 8.5 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  7. 8.6 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  8. 8.8 modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  9. 10.3.x modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  10. 10.0.x modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  11. 10.1.x modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group
  12. 10.2.x modules/custom/social_demo/src/Plugin/DemoContent/Group.php \Drupal\social_demo\Plugin\DemoContent\Group

Group Plugin for demo content.

Plugin annotation


@DemoContent(
  id = "group",
  label = @Translation("Group"),
  source = "content/entity/group.yml",
  entity_type = "group"
)

Hierarchy

Expanded class hierarchy of Group

8 string references to 'Group'
AddMembersToGroup::buildConfigurationForm in modules/social_features/social_group/src/Plugin/Action/AddMembersToGroup.php
Form constructor.
core.entity_form_mode.post.group.yml in modules/social_features/social_post/config/install/core.entity_form_mode.post.group.yml
modules/social_features/social_post/config/install/core.entity_form_mode.post.group.yml
field.field.block_content.custom_content_list.field_group.yml in modules/social_features/social_content_block/config/install/field.field.block_content.custom_content_list.field_group.yml
modules/social_features/social_content_block/config/install/field.field.block_content.custom_content_list.field_group.yml
group_core_comments.info.yml in modules/custom/group_core_comments/group_core_comments.info.yml
modules/custom/group_core_comments/group_core_comments.info.yml
metatag.metatag_defaults.group.yml in modules/custom/social_metatag/config/install/metatag.metatag_defaults.group.yml
modules/custom/social_metatag/config/install/metatag.metatag_defaults.group.yml

... See full list

File

modules/custom/social_demo/src/Plugin/DemoContent/Group.php, line 17

Namespace

Drupal\social_demo\Plugin\DemoContent
View source
class Group extends DemoGroup {

}

Members

Namesort descending Modifiers Type Description Overrides
DemoContent::$content protected property Contains the created content.
DemoContent::$data protected property Contains data from a file.
DemoContent::$entityStorage protected property Contains the entity storage.
DemoContent::$parser protected property Parser.
DemoContent::$profile protected property Profile.
DemoContent::checkMentionOrLinkByUuid protected function Extract the mention from the content by [~Uuid].
DemoContent::count public function Returns quantity of created items. Overrides DemoContentInterface::count 1
DemoContent::fetchData protected function Gets the data from a file.
DemoContent::getModule public function Returns the module name. Overrides DemoContentInterface::getModule
DemoContent::getProfile public function Returns the profile. Overrides DemoContentInterface::getProfile
DemoContent::getSource public function Returns the file name. Overrides DemoContentInterface::getSource
DemoContent::loadByUuid protected function Load entity by uuid.
DemoContent::prepareImage protected function Prepares data about an image.
DemoContent::removeContent public function Removes content. Overrides DemoContentInterface::removeContent
DemoContent::scrambleData public function Scramble it. Overrides DemoContentInterface::scrambleData 2
DemoContent::setEntityStorage public function Set entity storage. Overrides DemoContentInterface::setEntityStorage
DemoContent::setProfile public function Sets the used profile. Overrides DemoContentInterface::setProfile
DemoGroup::$fileStorage protected property The file storage.
DemoGroup::$userStorage protected property The user storage.
DemoGroup::addMembers protected function Adds members to a group.
DemoGroup::create public static function Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface::create
DemoGroup::createContent public function Creates content. Overrides DemoContentInterface::createContent
DemoGroup::createDate protected function Converts a date in the correct format.
DemoGroup::getEntry protected function Makes an array with data of an entity. Overrides DemoContent::getEntry
DemoGroup::prepareFiles protected function Prepares an array with list of files to set as field value.
DemoGroup::__construct public function DemoGroup constructor. Overrides PluginBase::__construct
DependencySerializationTrait::$_entityStorages protected property An array of entity type IDs keyed by the property name of their storages.
DependencySerializationTrait::$_serviceIds protected property An array of service IDs keyed by property name used for serialization.
DependencySerializationTrait::__sleep public function 1
DependencySerializationTrait::__wakeup public function 2
MessengerTrait::$messenger protected property The messenger. 29
MessengerTrait::messenger public function Gets the messenger. 29
MessengerTrait::setMessenger public function Sets the messenger.
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$pluginDefinition protected property The plugin implementation definition. 1
PluginBase::$pluginId protected property The plugin_id.
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition 3
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::isConfigurable public function Determines if the plugin is configurable.
StringTranslationTrait::$stringTranslation protected property The string translation service. 1
StringTranslationTrait::formatPlural protected function Formats a string containing a count of items.
StringTranslationTrait::getNumberOfPlurals protected function Returns the number of plurals supported by a given language.
StringTranslationTrait::getStringTranslation protected function Gets the string translation service.
StringTranslationTrait::setStringTranslation public function Sets the string translation service to use. 2
StringTranslationTrait::t protected function Translates a string to the current language or to a given language.