You are here

protected property SocialPostAlbumImageWidget::$routeMatch in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_post/modules/social_post_album/src/Plugin/Field/FieldWidget/SocialPostAlbumImageWidget.php \Drupal\social_post_album\Plugin\Field\FieldWidget\SocialPostAlbumImageWidget::routeMatch
  2. 10.0.x modules/social_features/social_post/modules/social_post_album/src/Plugin/Field/FieldWidget/SocialPostAlbumImageWidget.php \Drupal\social_post_album\Plugin\Field\FieldWidget\SocialPostAlbumImageWidget::routeMatch
  3. 10.1.x modules/social_features/social_post/modules/social_post_album/src/Plugin/Field/FieldWidget/SocialPostAlbumImageWidget.php \Drupal\social_post_album\Plugin\Field\FieldWidget\SocialPostAlbumImageWidget::routeMatch

The currently active route match object.

Type: \Drupal\Core\Routing\RouteMatchInterface

File

modules/social_features/social_post/modules/social_post_album/src/Plugin/Field/FieldWidget/SocialPostAlbumImageWidget.php, line 32

Class

SocialPostAlbumImageWidget
Plugin implementation of the 'social_post_album_image' widget.

Namespace

Drupal\social_post_album\Plugin\Field\FieldWidget

Code

protected $routeMatch;