public function OpignoCertificateInterface::getViewModeSelectorField in Opigno certificate 8
Same name and namespace in other branches
- 3.x src/OpignoCertificateInterface.php \Drupal\opigno_certificate\OpignoCertificateInterface::getViewModeSelectorField()
Returns the view mode selector field, if available.
Return value
\Drupal\Core\Field\FieldDefinitionInterface|null A field definition or NULL if no view mode selector field is defined.
1 method overrides OpignoCertificateInterface::getViewModeSelectorField()
- OpignoCertificate::getViewModeSelectorField in src/
Entity/ OpignoCertificate.php - Returns the view mode selector field, if available.
File
- src/
OpignoCertificateInterface.php, line 70
Class
- OpignoCertificateInterface
- Provides an interface defining a opigno_certificate entity.
Namespace
Drupal\opigno_certificateCode
public function getViewModeSelectorField();