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

Breadcrumb

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

function ViewsHandlerInterface::breakString

Breaks x,y,z and x+y+z into an array.

Parameters

string $str: The string to split.

bool $force_int: Enforce a numeric check.

Return value

object A stdClass object containing value and operator properties.

1 method overrides ViewsHandlerInterface::breakString()
HandlerBase::breakString in core/modules/views/src/Plugin/views/HandlerBase.php
Breaks x,y,z and x+y+z into an array.

File

core/modules/views/src/Plugin/views/ViewsHandlerInterface.php, line 143

Class

ViewsHandlerInterface
Provides an interface for all views handlers.

Namespace

Drupal\views\Plugin\views

Code

public static function breakString($str, $force_int = FALSE);

API Navigation

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