public function PhpStorageInterface::writeable in Drupal 9
Same name and namespace in other branches
- 8 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();