Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
tool_behat

Namespaces

namespace  tool_behat\external
  
 
namespace  tool_behat\privacy
  
 

Classes

class  steps_definitions_form
 Form to display the available steps definitions. More...
 
class  tool_behat
 Behat commands manager. More...
 
class  tool_behat\external\get_entity_generator
 External function for getting properties of entity generators. More...
 
class  tool_behat\privacy\provider
 Privacy Subsystem for tool_behat implementing null_provider. More...
 
class  tool_behat_renderer
 Renderer for behat tool web features. More...
 

Variables

global $CFG
 
 $functions
 
 $plugin = 2024041600
 
$plugin component = 'tool_behat'
 
$plugin version = 2024042200
 

Detailed Description

Variable Documentation

◆ $functions

$functions
Initial value:
= [
'tool_behat_get_entity_generator' => [
'classname' => 'tool_behat\\external\\get_entity_generator',
'methodname' => 'execute',
'description' => 'Get the generator details for an entity',
'type' => 'read',
'ajax' => true,
'capabilities' => 'moodle/site:config'
]
]