abstract public static function BarcodeBase::standardBarcodes in Barcode 8
Get the standard allowed type of barcodes.
Return value
array An array of barcode types.
1 call to BarcodeBase::standardBarcodes()
- BarcodeBase::defaultStorageSettings in src/
Plugin/ Field/ FieldType/ BarcodeBase.php - Defines the storage-level settings for this plugin.
2 methods override BarcodeBase::standardBarcodes()
- BarcodeItem::standardBarcodes in src/
Plugin/ Field/ FieldType/ BarcodeItem.php - Get the standard allowed type of barcodes.
- MatrixBarcodeItem::standardBarcodes in src/
Plugin/ Field/ FieldType/ MatrixBarcodeItem.php - Get the standard allowed type of barcodes.
File
- src/
Plugin/ Field/ FieldType/ BarcodeBase.php, line 26
Class
Namespace
Drupal\barcode\Plugin\Field\FieldTypeCode
public static abstract function standardBarcodes();