interface InputCollectorInterface

Hierarchy

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\Recipe
View source
interface InputCollectorInterface {
    public function collectValue(string $name, DataDefinitionInterface $definition, mixed $default_value) : mixed;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
InputCollectorInterface::collectValue public function 1

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.