public function OpignoModuleInterface::isPublished in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Entity/OpignoModuleInterface.php \Drupal\opigno_module\Entity\OpignoModuleInterface::isPublished()
Returns the Module published status indicator.
Unpublished Module are only visible to restricted users.
Return value
bool TRUE if the Module is published.
1 method overrides OpignoModuleInterface::isPublished()
- OpignoModule::isPublished in src/
Entity/ OpignoModule.php - Returns the Module published status indicator.
File
- src/
Entity/ OpignoModuleInterface.php, line 62
Class
- OpignoModuleInterface
- Provides an interface for defining Module entities.
Namespace
Drupal\opigno_module\EntityCode
public function isPublished();