You are here

StreamHomeActivityDestination.php in Open Social 8.9

File

modules/custom/activity_basics/src/Plugin/ActivityDestination/StreamHomeActivityDestination.php
View source
<?php

namespace Drupal\activity_basics\Plugin\ActivityDestination;

use Drupal\activity_creator\Plugin\ActivityDestinationBase;

/**
 * Provides a 'StreamHomeActivityDestination' acitivy destination.
 *
 * @ActivityDestination(
 *  id = "stream_home",
 *  label = @Translation("Stream (home)"),
 *  isAggregatable = TRUE,
 *  isCommon = TRUE,
 * )
 */
class StreamHomeActivityDestination extends ActivityDestinationBase {

}

Classes

Namesort descending Description
StreamHomeActivityDestination Provides a 'StreamHomeActivityDestination' acitivy destination.