CckSelectOtherDefaultValueTest |
class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherDefaultValueTest.php |
Tests default value behavior in select other field. |
|
|
|
CckSelectOtherEmptyTest |
class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherEmptyTest.php |
Tests that an empty value is not saved. |
|
|
|
CckSelectOtherFieldTypeTest |
class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherFieldTypeTest.php |
Tests a basic text field. |
|
|
|
CckSelectOtherHtmlEntitiesTest |
class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherHtmlEntitiesTest.php |
Tests that HTML entities are not encoded properly. |
|
|
|
CckSelectOtherMultipleFieldTest |
class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherMultipleFieldTest.php |
Tests that two select other fields work on the same node. |
|
|
|
CckSelectOtherMultipleValueTest |
class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherMultipleValueTest.php |
Tests that multiple values are saved properly. |
|
|
|
CckSelectOtherRequiredTest |
class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherRequiredTest.php |
Tests that required fields work correctly. |
|
|
|
CckSelectOtherTestBase |
abstract class |
Drupal\Tests\cck_select_other\Functional |
tests/src/Functional/CckSelectOtherTestBase.php |
CCK Select Other functional test base class. |
7 |
|
|
EntityDisplayTrait |
trait |
Drupal\cck_select_other |
src/EntityDisplayTrait.php |
Provides methods for dealing with entity displays. |
|
2 |
|
EntityDisplayTraitTest |
class |
Drupal\Tests\cck_select_other\Unit |
tests/src/Unit/EntityDisplayTraitTest.php |
Tests the entity display trait. |
|
|
|
SelectOtherAllowedValuesConstraint |
class |
Drupal\cck_select_other\Validation\Plugin\Validation\Constraint |
src/Validation/Plugin/Validation/Constraint/SelectOtherAllowedValuesConstraint.php |
Overrides AllowedValuesConstraint. |
|
|
|
SelectOtherAllowedValuesConstraintValidator |
class |
Drupal\cck_select_other\Validation\Plugin\Validation\Constraint |
src/Validation/Plugin/Validation/Constraint/SelectOtherAllowedValuesConstraintValidator.php |
Bypass AllowedValuesConstraintValidator by rewriting it. |
|
|
|
SelectOtherFilter |
class |
Drupal\cck_select_other\Plugin\views\filter |
src/Plugin/views/filter/SelectOtherFilter.php |
Select other filter handler. |
|
|
|
SelectOtherFormatter |
class |
Drupal\cck_select_other\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/SelectOtherFormatter.php |
Plugin implementation of the 'cck_select_other' formatter. |
|
|
|
SelectOtherInstallTestScript |
class |
Drupal\Tests\cck_select_other\TestSite |
tests/src/TestSite/SelectOtherInstallTestScript.php |
Setup file used for cck_select_other Nightwatch tests. |
|
|
|
SelectOtherWidget |
class |
Drupal\cck_select_other\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/SelectOtherWidget.php |
Plugin implementation of the 'cck_select_other' widget. |
|
|
|