You are here

public function EntityExtraFieldInterface::getFieldTypeConditionsAllPass in Entity Extra Field 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/EntityExtraFieldInterface.php \Drupal\entity_extra_field\Entity\EntityExtraFieldInterface::getFieldTypeConditionsAllPass()

Get field type conditions all pass.

Return value

bool Return TRUE if all field type conditions need to pass; otherwise FALSE.

1 method overrides EntityExtraFieldInterface::getFieldTypeConditionsAllPass()
EntityExtraField::getFieldTypeConditionsAllPass in src/Entity/EntityExtraField.php
Get field type conditions all pass.

File

src/Entity/EntityExtraFieldInterface.php, line 92

Class

EntityExtraFieldInterface
Define entity extra field interface.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getFieldTypeConditionsAllPass();