You are here

service tca.tca_settings_manager in Token Content Access 8

Same name and namespace in other branches
  1. 2.0.x tca.services.yml \tca.tca_settings_manager

Class

Drupal\tca\TcaSettingsManager
3 string references to tca.tca_settings_manager
_tca_commerce_product_get_disabled_types in modules/tca_commerce_product/tca_commerce_product.module
Get TCA disabled commerce_product types.
_tca_is_forced in ./tca.module
Returns tca_settings force option.
_tca_node_get_disabled_types in modules/tca_node/tca_node.module
Get TCA disabled node types.

File

./tca.services.yml
tca.services.yml

View source
  1. class: Drupal\tca\TcaSettingsManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'