Exists::queryCallbacks()
  • References/PHP/Laravel/Validation/Rules

array queryCallbacks() Get the custom query callbacks for the rule.

2025-01-10 15:47:30
ValidationException::getResponse()
  • References/PHP/Laravel/Validation

Response|null getResponse() Get the underlying response instance.

2025-01-10 15:47:30
Rule::notIn()
  • References/PHP/Laravel/Validation

static NotIn notIn(array $values)

2025-01-10 15:47:30
Unique::where()
  • References/PHP/Laravel/Validation/Rules

$this where(string $column, string $value = null) Set a "where" constraint

2025-01-10 15:47:30
Unique::whereNull()
  • References/PHP/Laravel/Validation/Rules

$this whereNull(string $column) Set a "where null" constraint on the query

2025-01-10 15:47:30
Dimensions::height()
  • References/PHP/Laravel/Validation/Rules

$this height(int $value) Set the "height" constraint.

2025-01-10 15:47:30
PresenceVerifierInterface::getCount()
  • References/PHP/Laravel/Validation

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array())

2025-01-10 15:47:30
Validator::setValueNames()
  • References/PHP/Laravel/Validation

$this setValueNames(array $values) Set the custom values on the validator

2025-01-10 15:47:30
Validator::getTranslator()
  • References/PHP/Laravel/Validation

TranslatorInterface getTranslator() Get the Translator implementation.

2025-01-10 15:47:30
Validator::isAValidFileInstance()
  • References/PHP/Laravel/Validation

bool isAValidFileInstance(mixed $value) Check that the given value is a

2025-01-10 15:47:30