You are here

Classes, traits, and interfaces in farmOS 2.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Activity class Drupal\farm_activity\Plugin\Log\LogType modules/log/activity/src/Plugin/Log/LogType/Activity.php Provides the activity log type.
Animal class Drupal\farm_group_test\Plugin\Asset\AssetType modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Animal.php Provides the animal asset type.
Animal class Drupal\farm_animal\Plugin\Asset\AssetType modules/asset/animal/src/Plugin/Asset/AssetType/Animal.php Provides the animal asset type.
AnimalAsset class Drupal\farm_migrate\Plugin\migrate\source\d7 modules/core/migrate/src/Plugin/migrate/source/d7/AnimalAsset.php Animal asset source from database.
Asset class Drupal\asset\Entity modules/core/asset/src/Entity/Asset.php Defines the asset entity. 9
Asset class Drupal\asset\Plugin\migrate\source\d7 modules/core/asset/src/Plugin/migrate/source/d7/Asset.php Asset source from database. 1 1
AssetActivate class Drupal\asset\Plugin\Action modules/core/asset/src/Plugin/Action/AssetActivate.php Action that makes an asset active.
AssetAddLog class Drupal\farm_log\Plugin\Action modules/core/log/src/Plugin/Action/AssetAddLog.php Action that adds a log referencing assets.
AssetAddLogActionForm class Drupal\farm_log\Form modules/core/log/src/Form/AssetAddLogActionForm.php Provides an asset add log confirmation form. 1
AssetArchive class Drupal\asset\Plugin\Action modules/core/asset/src/Plugin/Action/AssetArchive.php Action that archives an asset.
AssetClone class Drupal\asset\Plugin\Action modules/core/asset/src/Plugin/Action/AssetClone.php Action that clones an asset.
AssetCreationTrait trait Drupal\Tests\asset\Traits modules/core/asset/tests/src/Traits/AssetCreationTrait.php Provides methods to create asset entities.
AssetCRUDTest class Drupal\Tests\asset\Functional modules/core/asset/tests/src/Functional/AssetCRUDTest.php Tests the asset CRUD.
AssetForm class Drupal\asset\Form modules/core/asset/src/Form/AssetForm.php Form controller for asset entities.
AssetGeometry class Drupal\farm_location\Plugin\views\field modules/core/location/src/Plugin/views/field/AssetGeometry.php A field that displays asset geometry.
AssetGeometryItemList class Drupal\farm_location\Field modules/core/location/src/Field/AssetGeometryItemList.php Computes the current geometry value for assets. 1
AssetGroup class Drupal\farm_group\Plugin\views\field modules/asset/group/src/Plugin/views/field/AssetGroup.php A field that displays asset group.
AssetGroup class Drupal\farm_group\Plugin\Action modules/asset/group/src/Plugin/Action/AssetGroup.php Action that groups assets with an observation log.
AssetGroupActionForm class Drupal\farm_group\Form modules/asset/group/src/Form/AssetGroupActionForm.php Provides an asset group confirmation form. 1
AssetGroupItemList class Drupal\farm_group\Field modules/asset/group/src/Field/AssetGroupItemList.php Computes the current group value for assets. 1
AssetInterface interface Drupal\asset\Entity modules/core/asset/src/Entity/AssetInterface.php Provides an interface for defining asset entities. 1 11
AssetInventoryInterface interface Drupal\farm_inventory modules/core/inventory/src/AssetInventoryInterface.php Asset inventory logic.
AssetInventoryItemList class Drupal\farm_inventory\Field modules/core/inventory/src/Field/AssetInventoryItemList.php Computes the current inventory value for assets. 1
AssetListBuilder class Drupal\asset modules/core/asset/src/AssetListBuilder.php Defines a class to build a listing of asset entities.
AssetLocation class Drupal\farm_location\Plugin\views\field modules/core/location/src/Plugin/views/field/AssetLocation.php A field that displays asset location.
AssetLocationInterface interface Drupal\farm_location modules/core/location/src/AssetLocationInterface.php Asset location logic. 3
AssetLocationItemList class Drupal\farm_location\Field modules/core/location/src/Field/AssetLocationItemList.php Computes the current location value for assets. 1
AssetMove class Drupal\farm_location\Plugin\Action modules/core/location/src/Plugin/Action/AssetMove.php Action that moves assets with an activity log.
AssetMoveActionForm class Drupal\farm_location\Form modules/core/location/src/Form/AssetMoveActionForm.php Provides an asset move confirmation form. 1
AssetOrLocationArgument class Drupal\farm_ui_views\Plugin\views\argument modules/core/ui/views/src/Plugin/views/argument/AssetOrLocationArgument.php Argument handler for both the asset and location fields on logs.
AssetReorderController class Drupal\farm_ui_location\Controller modules/core/ui/location/src/Controller/AssetReorderController.php Returns responses for asset drag and drop routes.
AssetReorderControllerInterface interface Drupal\farm_ui_location\Controller modules/core/ui/location/src/Controller/AssetReorderControllerInterface.php Interface for the drag and drop controller. 1
AssetStorage class Drupal\asset modules/core/asset/src/AssetStorage.php Defines the controller class for assets.
AssetTestBase abstract class Drupal\Tests\asset\Functional modules/core/asset/tests/src/Functional/AssetTestBase.php Tests the asset CRUD. 1
AssetType class Drupal\asset\Entity modules/core/asset/src/Entity/AssetType.php Defines the asset type entity. 1
AssetType class Drupal\farm_entity\Annotation modules/core/entity/src/Annotation/AssetType.php Defines the asset type plugin annotation object.
AssetTypeBase abstract class Drupal\farm_entity\Plugin\Asset\AssetType modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeBase.php Provides the base asset type class. 1
AssetTypeForm class Drupal\asset\Form modules/core/asset/src/Form/AssetTypeForm.php Form controller for asset type entities.
AssetTypeInterface interface Drupal\farm_entity\Plugin\Asset\AssetType modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeInterface.php Defines the interface for asset types. 1
AssetTypeInterface interface Drupal\asset\Entity modules/core/asset/src/Entity/AssetTypeInterface.php Provides an interface for defining asset type entities. 1
AssetTypeListBuilder class Drupal\asset modules/core/asset/src/AssetTypeListBuilder.php Provides a listing of asset type entities.
AssetTypeManager class Drupal\farm_entity modules/core/entity/src/AssetTypeManager.php Manages discovery and instantiation of asset type plugins. 2
Birth class Drupal\farm_birth\Plugin\Log\LogType modules/log/birth/src/Plugin/Log/LogType/Birth.php Provides the birth log type.
BirthTest class Drupal\Tests\farm_birth\Kernel modules/log/birth/tests/src/Kernel/BirthTest.php Tests for farmOS birth log logic.
BundlePluginInstaller class Drupal\farm_entity\BundlePlugin modules/core/entity/src/BundlePlugin/BundlePluginInstaller.php Extends the entity BundlePluginInstaller service. 2
ClientModule class Drupal\farm_client\Entity modules/core/client/src/Entity/ClientModule.php Defines the ClientModule entity.
ClientModuleController class Drupal\farm_client\Controller modules/core/client/src/Controller/ClientModuleController.php Serves JavaScript files for client modules.
ClientModuleInterface interface Drupal\farm_client\Entity modules/core/client/src/Entity/ClientModuleInterface.php Provides an interface for defining ClientModule config entities. 1 1
Compost class Drupal\farm_compost\Plugin\Asset\AssetType modules/asset/compost/src/Plugin/Asset/AssetType/Compost.php Provides the compost asset type.
ConsumerClientIdTest class Drupal\Tests\farm_api\Functional modules/core/api/tests/src/Functional/ConsumerClientIdTest.php Tests using the consumer.client_id field.

Pages

Other projects