protected DialogRenderer::determineTargetSelector(array &$options, RouteMatchInterface $route_match)
Determine the target selector for the OpenDialogCommand.
Parameters
array &$options: The 'target' option, if set, is used, and then removed from $options.
RouteMatchInterface $route_match: When no 'target' option is set in $options, $route_match is used instead to determine the target.
Return value
string The target selector.
File
core/lib/Drupal/Core/Render/MainContent/DialogRenderer.