validateNodes | Validating Blade
Runs all registered node validators against the provided node list. Argument Description $nodes The nodes to validate. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function validateNodes ( 6 array $ nodes 7 ) : Collection ;