You are here

public function Node::isFieldable in Token Content Access 2.0.x

Same name and namespace in other branches
  1. 8 modules/tca_node/src/Plugin/TcaPlugin/Node.php \Drupal\tca_node\Plugin\TcaPlugin\Node::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_node/src/Plugin/TcaPlugin/Node.php, line 21

Class

Node
Implements TCA for nodes.

Namespace

Drupal\tca_node\Plugin\TcaPlugin

Code

public function isFieldable() {
  return TRUE;
}