public function Product::isFieldable in Token Content Access 2.0.x
Same name and namespace in other branches
- 8 modules/tca_commerce_product/src/Plugin/TcaPlugin/Product.php \Drupal\tca_commerce_product\Plugin\TcaPlugin\Product::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.
Overrides TcaPluginBase::isFieldable
File
- modules/
tca_commerce_product/ src/ Plugin/ TcaPlugin/ Product.php, line 21
Class
- Product
- Implements TCA for commerce products.
Namespace
Drupal\tca_commerce_product\Plugin\TcaPluginCode
public function isFieldable() {
return TRUE;
}