social_content_report.routing.yml in Open Social 8.6
Same filename and directory in other branches
- 8.9 modules/social_features/social_content_report/social_content_report.routing.yml
- 8.5 modules/social_features/social_content_report/social_content_report.routing.yml
- 8.7 modules/social_features/social_content_report/social_content_report.routing.yml
- 8.8 modules/social_features/social_content_report/social_content_report.routing.yml
- 10.3.x modules/social_features/social_content_report/social_content_report.routing.yml
- 10.0.x modules/social_features/social_content_report/social_content_report.routing.yml
- 10.1.x modules/social_features/social_content_report/social_content_report.routing.yml
- 10.2.x modules/social_features/social_content_report/social_content_report.routing.yml
modules/social_features/social_content_report/social_content_report.routing.yml
4 string references to YAML keys in social_content_report.routing.yml
- ContentReportSettingsForm::buildForm in modules/
social_features/ social_content_report/ src/ Form/ ContentReportSettingsForm.php - Form constructor.
- ContentReportSettingsForm::getEditableConfigNames in modules/
social_features/ social_content_report/ src/ Form/ ContentReportSettingsForm.php - Gets the configuration names that will be editable.
- LinkReportClose::getUrlInfo in modules/
social_features/ social_content_report/ src/ Plugin/ views/ field/ LinkReportClose.php - Returns the URI elements of the link.
- social_content_report_form_alter in modules/
social_features/ social_content_report/ social_content_report.module - Implements hook_form_alter().
File
modules/social_features/social_content_report/social_content_report.routing.ymlView source
- social_content_report.settings:
- path: '/admin/config/opensocial/content-reporting'
- defaults:
- _form: '\Drupal\social_content_report\Form\ContentReportSettingsForm'
- _title: 'Content Reporting settings'
- requirements:
- _permission: 'administer social_content_report settings'
- options:
- _admin_route: TRUE
-
- social_content_report.close_report:
- path: '/content-report/{flagging}/close'
- defaults:
- _controller: '\Drupal\social_content_report\Controller\ReportController::close'
- requirements:
- _permission: 'close inappropriate reports'