You are here

protected property PostPermissions::$storage in Open Social 10.0.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_post/src/Service/PostPermissions.php \Drupal\social_post\Service\PostPermissions::storage
  2. 8.8 modules/social_features/social_post/src/Service/PostPermissions.php \Drupal\social_post\Service\PostPermissions::storage
  3. 10.3.x modules/social_features/social_post/src/Service/PostPermissions.php \Drupal\social_post\Service\PostPermissions::storage
  4. 10.1.x modules/social_features/social_post/src/Service/PostPermissions.php \Drupal\social_post\Service\PostPermissions::storage
  5. 10.2.x modules/social_features/social_post/src/Service/PostPermissions.php \Drupal\social_post\Service\PostPermissions::storage

The post type storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

modules/social_features/social_post/src/Service/PostPermissions.php, line 21

Class

PostPermissions
Provides dynamic permissions for posts of different types.

Namespace

Drupal\social_post\Service

Code

protected $storage;