protected ImageStyle::getPrivateKey()
Gets the Drupal private key.
Return value
string The Drupal private key.
File
- core/modules/image/src/Entity/ImageStyle.php, line 417
Class
- ImageStyle
- Defines an image style configuration entity.
Namespace
Drupal\image\Entity
Code
1 2 3 | protected function getPrivateKey() { return \Drupal::service( 'private_key' )->get(); } |
Please login to continue.