You are here

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

Same name and namespace in other branches
  1. 8 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\Plugin

Code

public function isFieldable();