public function TcaPluginInterface::getFormSubmitHandlerAttachLocations in Token Content Access 8
Same name and namespace in other branches
- 2.0.x src/Plugin/TcaPluginInterface.php \Drupal\tca\Plugin\TcaPluginInterface::getFormSubmitHandlerAttachLocations()
Return locations to attach submit handlers to entities.
This should return an array of arrays, e.g.: [ ['actions', 'submit', '#publish'], ['actions', 'publish', '#submit'], ].
1 method overrides TcaPluginInterface::getFormSubmitHandlerAttachLocations()
- TcaPluginBase::getFormSubmitHandlerAttachLocations in src/
Plugin/ TcaPluginBase.php - Return locations to attach submit handlers to entities.
File
- src/
Plugin/ TcaPluginInterface.php, line 32
Class
- TcaPluginInterface
- Defines an interface for TCA plugins.
Namespace
Drupal\tca\PluginCode
public function getFormSubmitHandlerAttachLocations();