You are here

Location.php in farmOS 2.x

File

modules/core/location/tests/modules/farm_location_test/src/Plugin/Asset/AssetType/Location.php
View source
<?php

namespace Drupal\farm_location_test\Plugin\Asset\AssetType;

use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;

/**
 * Provides the test location asset type.
 *
 * @AssetType(
 *   id = "location",
 *   label = @Translation("Location"),
 * )
 */
class Location extends FarmAssetType {

}

Classes

Namesort descending Description
Location Provides the test location asset type.