farm-2.x-dev/modules/log/transplanting/src/Plugin/Log/LogType/Transplanting.php
modules/log/transplanting/src/Plugin/Log/LogType/Transplanting.php
<?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 {
}
