Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Concat.php

class Concat

Same name in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php \PhpParser\Node\Expr\AssignOp\Concat
  2. 11.1.x core/modules/migrate/src/Plugin/migrate/process/Concat.php \Drupal\migrate\Plugin\migrate\process\Concat

Hierarchy

  • class \PhpParser\NodeAbstract implements \PhpParser\Node, \PhpParser\JsonSerializable
    • class \PhpParser\Node\Expr extends \PhpParser\NodeAbstract
      • class \PhpParser\Node\Expr\BinaryOp extends \PhpParser\Node\Expr
        • class \PhpParser\Node\Expr\BinaryOp\Concat extends \PhpParser\Node\Expr\BinaryOp

Expanded class hierarchy of Concat

2 files declare their use of Concat
BuilderFactory.php in vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
EntityTypeManagerGetStorageDynamicReturnTypeExtension.php in vendor/mglaman/phpstan-drupal/src/Type/EntityTypeManagerGetStorageDynamicReturnTypeExtension.php
24 string references to 'Concat'
Connection::open in core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
Opens a client connection.
d6_comment_type.yml in core/modules/comment/migrations/d6_comment_type.yml
core/modules/comment/migrations/d6_comment_type.yml
d6_file.yml in core/modules/file/migrations/d6_file.yml
core/modules/file/migrations/d6_file.yml
d6_language_content_comment_settings.yml in core/modules/content_translation/migrations/d6_language_content_comment_settings.yml
core/modules/content_translation/migrations/d6_language_content_comment_settings.yml
d6_system_site_translation.yml in core/modules/config_translation/migrations/d6_system_site_translation.yml
core/modules/config_translation/migrations/d6_system_site_translation.yml

... See full list

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php, line 7

Namespace

PhpParser\Node\Expr\BinaryOp
View source
class Concat extends BinaryOp {
    public function getOperatorSigil() : string {
        return '.';
    }
    public function getType() : string {
        return 'Expr_BinaryOp_Concat';
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
BinaryOp::$left public property @var Expr The left hand side expression
BinaryOp::$right public property @var Expr The right hand side expression
BinaryOp::getSubNodeNames public function
BinaryOp::__construct public function Constructs a binary operator node.
Concat::getOperatorSigil public function Get the operator sigil for this binary operation. Overrides BinaryOp::getOperatorSigil
Concat::getType public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal