Showing 10 of 1,204 results.

Class String Emulation | Formatter Configuration and Usage

Class string emulation is a feature (starting with version 1.5) that is able to apply the results of prettier plugins that target CSS class lists to strings contained within Blade directives and embedded PHP code. This feature also works when...

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 ;

Filter Search