public function ReferenceTypeInterface::getPreviewMode in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php \Drupal\bibcite_entity\Entity\ReferenceTypeInterface::getPreviewMode()
Gets the preview mode.
Return value
int DRUPAL_DISABLED, DRUPAL_OPTIONAL or DRUPAL_REQUIRED.
1 method overrides ReferenceTypeInterface::getPreviewMode()
- ReferenceType::getPreviewMode in modules/
bibcite_entity/ src/ Entity/ ReferenceType.php - Gets the preview mode.
File
- modules/
bibcite_entity/ src/ Entity/ ReferenceTypeInterface.php, line 73
Class
- ReferenceTypeInterface
- Provides an interface for defining Reference type entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function getPreviewMode();