public function FieldTest::getPlaceholder

A mock function which allows to call placeholder from public.

Return value

string The result of the placeholder method.

File

drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php, line 65
Definition of Drupal\views_test_data\Plugin\views\field\FieldTest.

Class

FieldTest
Plugin annotation @PluginID("test_field");

Namespace

Drupal\views_test_data\Plugin\views\field

Code

public function getPlaceholder() {
  return $this
    ->placeholder();
}