You are here

protected function PostAccountStream::operatorForm in Open Social 8.5

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  2. 8 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  3. 8.2 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  4. 8.3 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  5. 8.4 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  6. 8.6 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  7. 8.7 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  8. 8.8 modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  9. 10.3.x modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  10. 10.0.x modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  11. 10.1.x modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()
  12. 10.2.x modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php \Drupal\social_post\Plugin\views\filter\PostAccountStream::operatorForm()

Options form subform for setting the operator.

This may be overridden by child classes, and it must define $form['operator'];

Overrides FilterPluginBase::operatorForm

See also

buildOptionsForm()

File

modules/social_features/social_post/src/Plugin/views/filter/PostAccountStream.php, line 26

Class

PostAccountStream
Filters post on my stream.

Namespace

Drupal\social_post\Plugin\views\filter

Code

protected function operatorForm(&$form, FormStateInterface $form_state) {
}