(no description)
File Size: | 110 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
behat_mod_glossary_generator:: (5 methods):
get_creatable_entities()
get_glossary_id()
process_category()
preprocess_entry()
get_data_generator()
Class: behat_mod_glossary_generator - X-Ref
Behat data generator for mod_glossary.get_creatable_entities() X-Ref |
Get a list of the entities that Behat can create using the generator step. return: array |
get_glossary_id(string $idnumber) X-Ref |
Get the glossary id using an activity idnumber. param: string $idnumber return: int The glossary id |
process_category(array $data) X-Ref |
Add a category. param: array $data Category data. |
preprocess_entry(array $data) X-Ref |
Preprocess entry data. param: array $data Raw data. return: array Processed data. |
get_data_generator() X-Ref |
Get the module data generator. return: mod_glossary_generator Glossary data generator. |