You are here

public function Product::isFieldable in Token Content Access 8

Same name and namespace in other branches
  1. 2.0.x 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\TcaPlugin

Code

public function isFieldable() {
  return TRUE;
}