You are here

Transplanting.php in farmOS 2.x

File

modules/log/transplanting/src/Plugin/Log/LogType/Transplanting.php
View source
<?php

namespace Drupal\farm_transplanting\Plugin\Log\LogType;

use Drupal\farm_entity\Plugin\Log\LogType\FarmLogType;

/**
 * Provides the transplanting log type.
 *
 * @LogType(
 *   id = "transplanting",
 *   label = @Translation("Transplanting"),
 * )
 */
class Transplanting extends FarmLogType {

}

Classes

Namesort descending Description
Transplanting Provides the transplanting log type.