public function TcaPluginInterface::isFieldable in Token Content Access 8
Same name and namespace in other branches
- 2.0.x src/Plugin/TcaPluginInterface.php \Drupal\tca\Plugin\TcaPluginInterface::isFieldable()
The fildable mark.
Return TRUE if will the settings be stored in fields, otherwise, settings will be stored in config.
Return value
bool The fildable mark.
1 method overrides TcaPluginInterface::isFieldable()
- TcaPluginBase::isFieldable in src/
Plugin/ TcaPluginBase.php - The fildable mark.
File
- src/
Plugin/ TcaPluginInterface.php, line 21
Class
- TcaPluginInterface
- Defines an interface for TCA plugins.
Namespace
Drupal\tca\PluginCode
public function isFieldable();