function ViewUIConverter::convert

Same name in this branch
  1. 8.9.x core/modules/views_ui/src/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ParamConverter\ViewUIConverter::convert()
Same name and namespace in other branches
  1. 9 core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ProxyClass\ParamConverter\ViewUIConverter::convert()
  2. 9 core/modules/views_ui/src/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ParamConverter\ViewUIConverter::convert()
  3. 10 core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ProxyClass\ParamConverter\ViewUIConverter::convert()
  4. 10 core/modules/views_ui/src/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ParamConverter\ViewUIConverter::convert()
  5. 11.x core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ProxyClass\ParamConverter\ViewUIConverter::convert()
  6. 11.x core/modules/views_ui/src/ParamConverter/ViewUIConverter.php \Drupal\views_ui\ParamConverter\ViewUIConverter::convert()

Overrides ParamConverterInterface::convert

File

core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php, line 73

Class

ViewUIConverter
Provides a proxy class for <a href="/api/drupal/core%21modules%21views_ui%21src%21ParamConverter%21ViewUIConverter.php/class/ViewUIConverter/8.9.x" title="Provides upcasting for a view entity to be used in the Views UI." class="local">\Drupal\views_ui\ParamConverter\ViewUIConverter</a>.

Namespace

Drupal\views_ui\ProxyClass\ParamConverter

Code

public function convert($value, $definition, $name, array $defaults) {
    return $this->lazyLoadItself()
        ->convert($value, $definition, $name, $defaults);
}

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