function PhpStorageInterface::writeable
Same name in other branches
- 8.9.x core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::writeable()
- 10 core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::writeable()
Whether this is a writable storage.
Return value
bool
2 methods override PhpStorageInterface::writeable()
- FileReadOnlyStorage::writeable in core/
lib/ Drupal/ Component/ PhpStorage/ FileReadOnlyStorage.php - Whether this is a writable storage.
- FileStorage::writeable in core/
lib/ Drupal/ Component/ PhpStorage/ FileStorage.php - Whether this is a writable storage.
File
-
core/
lib/ Drupal/ Component/ PhpStorage/ PhpStorageInterface.php, line 59
Class
- PhpStorageInterface
- Stores and loads PHP code.
Namespace
Drupal\Component\PhpStorageCode
public function writeable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.