farm-2.x-dev/modules/core/api/tests/modules/farm_api_test/src/Plugin/Log/LogType/Test.php
modules/core/api/tests/modules/farm_api_test/src/Plugin/Log/LogType/Test.php
<?php namespace Drupal\farm_api_test\Plugin\Log\LogType; use Drupal\farm_entity\Plugin\Log\LogType\FarmLogType; /** * Provides the test log type. * * @LogType( * id = "test", * label = @Translation("Test"), * ) */ class Test extends FarmLogType { }