You are here

StreamProfileActivityDestination.php in Open Social 10.3.x

File

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

namespace Drupal\activity_basics\Plugin\ActivityDestination;

use Drupal\activity_creator\Plugin\ActivityDestinationBase;

/**
 * Provides a 'StreamProfileActivityDestination' acitivy destination.
 *
 * @ActivityDestination(
 *  id = "stream_profile",
 *  label = @Translation("Stream (profile)"),
 *  isAggregatable = TRUE,
 *  isCommon = FALSE,
 * )
 */
class StreamProfileActivityDestination extends ActivityDestinationBase {

}

Classes

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