public function ReservationConflicts::setParentQuantityField in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2
File
- src/
ReservationConflicts.php, line 72 - Contains \Drupal\merci\ReservationConflicts. Abstraction of the selection logic of an entity reference field.
Class
- ReservationConflicts
- A null implementation of EntityReference_SelectionHandler.
Namespace
Drupal\merciCode
public function setParentQuantityField($parent_quantity_field) {
$this->parent_quantity_field = $parent_quantity_field;
}