You are here

public function SettingObjectInterface::objectMatches in Fasttoggle 8.2

Matches an object?

Parameters

$object: The object to be checked.

Return value

boolean Whether this class handles that object.

3 methods override SettingObjectInterface::objectMatches()
comment::objectMatches in src/Plugin/SettingObject/comment.php
Matches an object?
node::objectMatches in src/Plugin/SettingObject/node.php
Matches an object?
user::objectMatches in src/Plugin/SettingObject/user.php
Matches an object?

File

src/Plugin/SettingObject/SettingObjectInterface.php, line 90
Provides Drupal\fasttoggle\ObjectInterface.

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function objectMatches($object);