function Theme::canUpdateDirectory
Same name in other branches
- 9 core/lib/Drupal/Core/Updater/Theme.php \Drupal\Core\Updater\Theme::canUpdateDirectory()
- 10 core/lib/Drupal/Core/Updater/Theme.php \Drupal\Core\Updater\Theme::canUpdateDirectory()
- 11.x core/lib/Drupal/Core/Updater/Theme.php \Drupal\Core\Updater\Theme::canUpdateDirectory()
Overrides UpdaterInterface::canUpdateDirectory
File
-
core/
lib/ Drupal/ Core/ Updater/ Theme.php, line 59
Class
- Theme
- Defines a class for updating themes using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
Namespace
Drupal\Core\UpdaterCode
public static function canUpdateDirectory($directory) {
$info = static::getExtensionInfo($directory);
return isset($info['type']) && $info['type'] == 'theme';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.