interface FormValidatorTestMockInterface
Same name and namespace in other branches
- 10 core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php \Drupal\Tests\Core\Form\FormValidatorTestMockInterface
Interface used in the mocking process of this test.
Hierarchy
- interface \Drupal\Tests\Core\Form\FormValidatorTestMockInterface
Expanded class hierarchy of FormValidatorTestMockInterface
All classes that implement FormValidatorTestMockInterface
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ FormValidatorTest.php, line 562
Namespace
Drupal\Tests\Core\FormView source
interface FormValidatorTestMockInterface {
/**
* Function used in the mocking process of this test.
*/
public function validate_handler();
/**
* Function used in the mocking process of this test.
*/
public function hash_validate();
/**
* Function used in the mocking process of this test.
*/
public function element_validate();
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| FormValidatorTestMockInterface::element_validate | public | function | Function used in the mocking process of this test. |
| FormValidatorTestMockInterface::hash_validate | public | function | Function used in the mocking process of this test. |
| FormValidatorTestMockInterface::validate_handler | public | function | Function used in the mocking process of this test. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.