|
FormEnhancer |
class |
drupal/core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php |
Enhances a form route with the appropriate controller. |
|
AjaxEnhancer |
class |
drupal/core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php |
Enhances an ajax route with the appropriate controller. |
|
FieldMapEnhancer |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
This enhancer can fill one field with the result of a hashmap lookup of
another field. If the target field is already set, it does nothing. |
|
FormEnhancer.php |
file |
drupal/core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php |
Contains \Drupal\Core\Routing\Enhancer\FormEnhancer. |
|
AjaxEnhancer.php |
file |
drupal/core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php |
Contains \Drupal\Core\Routing\Enhancer\AjaxEnhancer. |
|
EntityFormEnhancer |
class |
drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php |
Enhances an entity form route with the appropriate controller. |
|
route_enhancer.ajax |
service |
drupal/core/core.services.yml |
Drupal\Core\Routing\Enhancer\AjaxEnhancer |
|
route_enhancer.form |
service |
drupal/core/core.services.yml |
Drupal\Core\Routing\Enhancer\FormEnhancer |
|
FieldByClassEnhancer |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
This enhancer sets a field if not yet existing from the class of an object
in another field. |
|
RouteContentEnhancer |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
This enhancer sets the content to target field if the route provides content |
|
FieldMapEnhancerTest |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php |
|
|
FieldMapEnhancer.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
|
|
FormEnhancer::enhance |
function |
drupal/core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php |
{@inhertdoc} |
|
AjaxEnhancer::enhance |
function |
drupal/core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php |
Update the defaults based on its own data and the request. |
|
FieldPresenceEnhancer |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php |
This enhancer can set a field to a fixed value if an other field is present. |
|
RouteEnhancerInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteEnhancerInterface.php |
A route enhancer can change the values in the route data arrays |
|
EntityFormEnhancer.php |
file |
drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php |
Contains \Drupal\Core\Entity\Enhancer\EntityFormEnhancer. |
|
RouteContentEnhancerTest |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
FieldByClassEnhancerTest |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php |
|
|
FieldMapEnhancerTest.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php |
|
|
FieldByClassEnhancer.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
|
|
RouteContentEnhancer.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
|
|
FieldPresenceEnhancerTest |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldPresenceEnhancerTest.php |
|
|
FormEnhancer::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php |
Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object. |
|
AjaxEnhancer::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php |
Constructs a new \Drupal\Core\Routing\Enhancer\AjaxEnhancer object. |
|
ContentControllerEnhancer |
class |
drupal/core/lib/Drupal/Core/Routing/Enhancer/ContentControllerEnhancer.php |
Enhances a route to select a controller based on the mime type of the request. |
|
DynamicRouter::$enhancers |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
|
FieldMapEnhancer::$source |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
|
|
FieldMapEnhancer::$target |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
|
|
FieldMapEnhancer::enhance |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
If the target field is not set but the source field is, map the field |
|
FieldPresenceEnhancer.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php |
|
|
FormEnhancer::$negotiation |
property |
drupal/core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php |
Content negotiation library. |
|
AjaxEnhancer::$negotiation |
property |
drupal/core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php |
Content negotiation library. |
|
FieldByClassEnhancer::$map |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
|
|
FieldMapEnhancer::$hashmap |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
|
|
route_enhancer.entity_form |
service |
drupal/core/core.services.yml |
Drupal\Core\Entity\Enhancer\EntityFormEnhancer |
|
RegisterRouteEnhancersPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php |
Registers route enhancer services with the router. |
|
RouteEnhancerInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteEnhancerInterface.php |
|
|
FieldMapEnhancerTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php |
|
|
EntityFormEnhancer::enhance |
function |
drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php |
Update the defaults based on its own data and the request. |
|
RouteContentEnhancerTest.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
FieldByClassEnhancerTest.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php |
|
|
DynamicRouterTest::$enhancer |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
FieldByClassEnhancer::$source |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
|
|
FieldByClassEnhancer::$target |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
|
|
FieldByClassEnhancer::enhance |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
If the source field is instance of one of the entries in the map,
target is set to the value of that map entry. |
|
RouteContentEnhancer::$target |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
|
|
RouteContentEnhancer::enhance |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
If the route has a non-null content and if that content class is in the
injected map, returns that controller. |
|
FieldMapEnhancer::__construct |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
|
|
FieldPresenceEnhancer::$value |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php |
value to set the target field to |