class EntityAddWizardTest
Hierarchy
- class \Drupal\ctools_wizard_test\Wizard\EntityEditWizardTest
- class \Drupal\ctools_wizard_test\Wizard\EntityAddWizardTest extends \Drupal\ctools_wizard_test\Wizard\EntityEditWizardTest
Expanded class hierarchy of EntityAddWizardTest
File
-
tests/
modules/ ctools_wizard_test/ src/ Wizard/ EntityAddWizardTest.php, line 8
Namespace
Drupal\ctools_wizard_test\WizardView source
class EntityAddWizardTest extends EntityEditWizardTest {
/**
* {@inheritdoc}
*/
public function getRouteName() {
return 'entity.ctools_wizard_test_config_entity.add_step_form';
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
EntityAddWizardTest::getRouteName | public | function | The name of the route to which forward or backwards steps redirect. |
EntityEditWizardTest::exists | public | function | A method for determining if this entity already exists. |
EntityEditWizardTest::getEntityType | public | function | The machine name of the entity type. |
EntityEditWizardTest::getMachineLabel | public | function | The form element #title for your unique identifier label. |
EntityEditWizardTest::getOperations | public | function | Retrieve a list of FormInterface classes by their step key in the wizard. |
EntityEditWizardTest::getWizardLabel | public | function | The fieldset #title for your label & machine name elements. |