farm-2.x-dev/modules/core/entity/src/Plugin/Log/LogType/FarmLogType.php
modules/core/entity/src/Plugin/Log/LogType/FarmLogType.php
<?php
namespace Drupal\farm_entity\Plugin\Log\LogType;
use Drupal\Core\StringTranslation\StringTranslationTrait;
/**
* Provides a farmOS log type base class.
*/
class FarmLogType extends LogTypeBase {
use StringTranslationTrait;
}
