You are here

public function FieldHandlerInterface::getStatus in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerInterface.php \Drupal\crm_core_match\Plugin\crm_core_match\field\FieldHandlerInterface::getStatus()
  2. 8.2 modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerInterface.php \Drupal\crm_core_match\Plugin\crm_core_match\field\FieldHandlerInterface::getStatus()

Gets the property status.

Parameters

string $property: The name of the property.

Return value

bool The property status.

1 method overrides FieldHandlerInterface::getStatus()
FieldHandlerBase::getStatus in modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerBase.php
Gets the property status.

File

modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerInterface.php, line 44

Class

FieldHandlerInterface
Field Handler Interface.

Namespace

Drupal\crm_core_match\Plugin\crm_core_match\field

Code

public function getStatus($property = 'value');