function FieldTest::getPlaceholder
Same name in other branches
- 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php \Drupal\views_test_data\Plugin\views\field\FieldTest::getPlaceholder()
- 10 core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php \Drupal\views_test_data\Plugin\views\field\FieldTest::getPlaceholder()
- 11.x core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php \Drupal\views_test_data\Plugin\views\field\FieldTest::getPlaceholder()
A mock function which allows to call placeholder from public.
Return value
string The result of the placeholder method.
File
-
core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ field/ FieldTest.php, line 60
Class
- FieldTest
- Plugin annotation @ViewsField("test_field");
Namespace
Drupal\views_test_data\Plugin\views\fieldCode
public function getPlaceholder() {
return $this->placeholder();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.