public function ApiTokenPluginInterface::placeholder in API Tokens 8
Same name and namespace in other branches
- 8.2 src/ApiTokenPluginInterface.php \Drupal\api_tokens\ApiTokenPluginInterface::placeholder()
Returns a #lazy_builder placeholder for the API tokens filter.
Return value
array A renderable array representing a placeholder.
1 method overrides ApiTokenPluginInterface::placeholder()
- ApiTokenBase::placeholder in src/
ApiTokenBase.php - Returns a #lazy_builder placeholder for the API tokens filter.
File
- src/
ApiTokenPluginInterface.php, line 112
Class
- ApiTokenPluginInterface
- Defines the interface for the API token plugins.
Namespace
Drupal\api_tokensCode
public function placeholder();