Guest User

Untitled

a guest
Mar 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class MyModule extends ProviderPluginBas {
  2. public function _some_function($input) {
  3. $mymodule_config = Drupal::config('mymodule.settings');
  4. $host = $mymodule_config->get('host');
  5. $pattern = $mymodule_config->get('pattern');
  6.  
  7. /* we will need to use the $host and $pattern */
  8. }
Add Comment
Please, Sign In to add comment