You are here

StreamExploreActivityDestination.php in Open Social 8

File

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

namespace Drupal\activity_basics\Plugin\ActivityDestination;

use Drupal\activity_creator\Plugin\ActivityDestinationBase;

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

}

Classes

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