public function CustomPublishingOption::isPublishUnderPromoteOptions in Custom Publishing Options 8
Return the description of this option.
File
- src/
Entity/ CustomPublishingOption.php, line 90
Class
- CustomPublishingOption
- Defines the Custom publishing option entity.
Namespace
Drupal\custom_pub\EntityCode
public function isPublishUnderPromoteOptions() {
return $this->publish_under_promote_options;
}