abstract protected function QuickAssetTrait::getId in farmOS 2.x
Get the plugin ID.
This must be implemented by the quick form class that uses this trait.
Return value
string The quick form ID.
1 call to QuickAssetTrait::getId()
- QuickAssetTrait::createAsset in modules/
core/ quick/ src/ Traits/ QuickAssetTrait.php - Create an asset.
File
- modules/
core/ quick/ src/ Traits/ QuickAssetTrait.php, line 25
Class
- QuickAssetTrait
- Provides methods for working with assets.
Namespace
Drupal\farm_quick\TraitsCode
protected abstract function getId();