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