Transplanting.php in farmOS 2.x
File
modules/log/transplanting/src/Plugin/Log/LogType/Transplanting.phpView 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
Name | Description |
---|---|
Transplanting | Provides the transplanting log type. |