Showing 10 of 1,214 results.

Specifying String Rules | Formatter Configuration and Usage

Similar to excluding or including entire documents, you may also set up a list of rules that are applied to each string. For example, if we only wanted to run the feature on Blade directive or PHP strings that contain the value !tw , we could set...

Ignored Strings | Formatter Configuration and Usage

Strings will be ignored if any of the following conditions are met (these behaviors cannot be disabled at this time): The string does not contains a space, The string contains newline characters, The string contains any of the following...

getResults | Validating Blade

Returns a collection of node validation results. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getResults ( ) : Collection ;

getDocumentResults | Validating Blade

Returns a collection of document validation results. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getDocumentResults ( ) : Collection ;

getValidatorCount | Validating Blade

Returns the total number of validator instances registered with BladeValidator instance. 1 <?php 2 3 public function getValidatorCount ( ) : int ;

getValidators | Validating Blade

Returns a collection of all registered validator instances. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getValidators ( ) : Collection ;

Filter Search