public function StateInterface::logMessages in Feeds 8.3
Logs all messages.
Parameters
\Drupal\feeds\FeedInterface $feed: The feed to log messages for.
See also
\Drupal\feeds\StateInterface::setMessage()
1 method overrides StateInterface::logMessages()
- State::logMessages in src/
State.php - Logs all messages.
File
- src/
StateInterface.php, line 128
Class
- StateInterface
- Status of the import or clearing operation of a Feed.
Namespace
Drupal\feedsCode
public function logMessages(FeedInterface $feed);