mathjax.routing.yml in MathJax: LaTeX for Drupal 8.2
Same filename and directory in other branches
10 string references to YAML keys in mathjax.routing.yml
- MathjaxFilter::process in src/
Plugin/ Filter/ MathjaxFilter.php - Performs the filter processing.
- MathjaxSettingsForm::buildForm in src/
Form/ MathjaxSettingsForm.php - Form constructor.
- MathjaxSettingsForm::getEditableConfigNames in src/
Form/ MathjaxSettingsForm.php - Gets the configuration names that will be editable.
- MathjaxWebTest::testAdmin in src/
Tests/ MathjaxWebTest.php - Test the administration functions.
- mathjax_help in ./
mathjax.module - Implements hook_help().
File
mathjax.routing.ymlView source
- mathjax.settings:
- path: '/admin/config/content/mathjax'
- defaults:
- _title: 'MathJax'
- _form: '\Drupal\mathjax\Form\MathjaxSettingsForm'
- requirements:
- _permission: 'administer mathjax'