public function TcaSettingsInterface::getPublic in Token Content Access 2.0.x
Same name and namespace in other branches
- 8 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\tcaCode
public function getPublic();