interface InputCollectorInterface
Hierarchy
- interface \Drupal\Core\Recipe\InputCollectorInterface
Expanded class hierarchy of InputCollectorInterface
All classes that implement InputCollectorInterface
1 file declares its use of InputCollectorInterface
- InputTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ InputTest.php
File
-
core/
lib/ Drupal/ Core/ Recipe/ InputCollectorInterface.php, line 9
Namespace
Drupal\Core\RecipeView source
interface InputCollectorInterface {
public function collectValue(string $name, DataDefinitionInterface $definition, mixed $default_value) : mixed;
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.