RedisTaggedCache::sear()

mixed sear(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed

ConsoleSupportServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

UrlWindow::getAdjacentUrlRange()

array getAdjacentUrlRange(int $onEachSide) Get the page range for the current page window. Parameters int $onEachSide Return Value array

FailedTableCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

ClearCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

CacheTableCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

Application::getAlias()

string getAlias(string $abstract) Get the alias for an abstract if available. Parameters string $abstract Return Value string Exceptions LogicException

DatabaseNotificationCollection::flatMap()

Collection flatMap(callable $callback) Map a collection and flatten the result by a single level. Parameters callable $callback Return Value Collection

UserProviderInterface

UserProviderInterface interface UserProviderInterface (View source) Methods UserInterface|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. UserInterface|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by by their unique identifier and "remember me" token. void updateRememberToken(UserInterface $user, string $token) Update the "remember me" token for the given user in storage. UserInterface|null retrieveByCredentials(arr

SyncConnector

SyncConnector class SyncConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.