You are here

public function EntityExtraField::getFieldTypeConditionsAllPass in Entity Extra Field 8

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

Get field type conditions all pass.

Return value

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

Overrides EntityExtraFieldInterface::getFieldTypeConditionsAllPass

File

src/Entity/EntityExtraField.php, line 185

Class

EntityExtraField
Define entity extra field.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getFieldTypeConditionsAllPass() {
  return $this->field_conditions_all_pass;
}