You are here

public function TcaSettingsInterface::getPublic in Token Content Access 8

Same name and namespace in other branches
  1. 2.0.x src/TcaSettingsInterface.php \Drupal\tca\TcaSettingsInterface::getPublic()

Get public indicator.

Public content can be viewed by all users that have token in the URL (regardless of permissions).

Return value

bool TRUE if content is public, FALSE otherwise.

1 method overrides TcaSettingsInterface::getPublic()
TcaSettings::getPublic in src/Entity/TcaSettings.php
Get public indicator.

File

src/TcaSettingsInterface.php, line 53

Class

TcaSettingsInterface
Provides an interface for defining Tca settings entities.

Namespace

Drupal\tca

Code

public function getPublic();