You are here

Generic.php in CRM Core 8.3

File

modules/crm_core_activity/src/Plugin/crm_core_activity/ActivityType/Generic.php
View source
<?php

namespace Drupal\crm_core_activity\Plugin\crm_core_activity\ActivityType;

use Drupal\crm_core_activity\ActivityTypePluginBase;

/**
 * Provides generic plugin for activity type.
 *
 * @ActivityTypePlugin(
 *   id = "generic",
 *   label = @Translation("Generic activity type"),
 *   description = @Translation("Generic activity type plugin.")
 * )
 */
class Generic extends ActivityTypePluginBase {

}

Classes

Namesort descending Description
Generic Provides generic plugin for activity type.