You are here

public function TcaPluginInterface::getBundleFormSubmitHandlerAttachLocations in Token Content Access 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/TcaPluginInterface.php \Drupal\tca\Plugin\TcaPluginInterface::getBundleFormSubmitHandlerAttachLocations()

Return locations to attach submit handlers to entity bundles.

This should return an array of arrays, e.g.: [ ['actions', 'submit', '#publish'], ['actions', 'publish', '#submit'], ].

Return value

array A multidimensional array.

1 method overrides TcaPluginInterface::getBundleFormSubmitHandlerAttachLocations()
TcaPluginBase::getBundleFormSubmitHandlerAttachLocations in src/Plugin/TcaPluginBase.php
Return locations to attach submit handlers to entity bundles.

File

src/Plugin/TcaPluginInterface.php, line 46

Class

TcaPluginInterface
Defines an interface for TCA plugins.

Namespace

Drupal\tca\Plugin

Code

public function getBundleFormSubmitHandlerAttachLocations();