You are here

public function SystemStreamWrapper::stream_write in System stream wrapper 7

DrupalStreamWrapperInterface requires that these methods be implemented, but none of them apply to a read-only stream wrapper. On failure they are expected to return FALSE.

Overrides DrupalLocalStreamWrapper::stream_write

File

./SystemStreamWrapper.inc, line 70

Class

SystemStreamWrapper
Drupal system stream wrapper abstract class.

Code

public function stream_write($data) {
  return FALSE;
}