Standard.php in Drupal 10
Same filename in this branch
- 10 core/modules/editor/src/EditorXssFilter/Standard.php
- 10 core/modules/views/src/Plugin/views/relationship/Standard.php
- 10 core/modules/views/src/Plugin/views/filter/Standard.php
- 10 core/modules/views/src/Plugin/views/sort/Standard.php
- 10 core/modules/views/src/Plugin/views/argument/Standard.php
- 10 core/modules/views/src/Plugin/views/wizard/Standard.php
- 10 core/modules/views/src/Plugin/views/field/Standard.php
- 10 core/modules/views/src/Plugin/views/join/Standard.php
Same filename and directory in other branches
Namespace
Drupal\views\Plugin\views\argumentFile
core/modules/views/src/Plugin/views/argument/Standard.phpView source
<?php
namespace Drupal\views\Plugin\views\argument;
/**
* Default implementation of the base argument plugin.
*
* @ingroup views_argument_handlers
*
* @ViewsArgument("standard")
*/
class Standard extends ArgumentPluginBase {
}