You are here

protected property SocialAlbumPostForm::$node in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_album/src/Form/SocialAlbumPostForm.php \Drupal\social_album\Form\SocialAlbumPostForm::node
  2. 10.0.x modules/social_features/social_album/src/Form/SocialAlbumPostForm.php \Drupal\social_album\Form\SocialAlbumPostForm::node
  3. 10.1.x modules/social_features/social_album/src/Form/SocialAlbumPostForm.php \Drupal\social_album\Form\SocialAlbumPostForm::node

The node object or NULL.

Type: \Drupal\node\NodeInterface|null

File

modules/social_features/social_album/src/Form/SocialAlbumPostForm.php, line 36

Class

SocialAlbumPostForm
Provides form for creating a post in an album.

Namespace

Drupal\social_album\Form

Code

protected $node;