abstract protected function QuickLogTrait::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 QuickLogTrait::getId()
- QuickLogTrait::createLog in modules/
core/ quick/ src/ Traits/ QuickLogTrait.php - Create a log.
File
- modules/
core/ quick/ src/ Traits/ QuickLogTrait.php, line 26
Class
- QuickLogTrait
- Provides methods for working with logs.
Namespace
Drupal\farm_quick\TraitsCode
protected abstract function getId();