Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DiscoveryInterface::hasDefinition | function | core/ |
Indicates if a specific plugin definition exists. |
| DiscoveryTest1 | class | core/ |
Provides a custom test plugin. |
| DiscoveryTest1.php | file | core/ |
|
| discoverytest2.yml | file | core/ |
core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml |
| DiscoveryTestBase | class | core/ |
Base class for plugin discovery tests. |
| DiscoveryTestBase.php | file | core/ |
|
| DiscoveryTestBase::$discovery | property | core/ |
The discovery component to test. |
| DiscoveryTestBase::$emptyDiscovery | property | core/ |
An empty discovery component. |
| DiscoveryTestBase::$expectedDefinitions | property | core/ |
The plugin definitions the discovery component is expected to discover. |
| DiscoveryTestBase::assertDefinitionIdentical | function | core/ |
Asserts a definition against an expected definition. |
| DiscoveryTestBase::testDiscoveryInterface | function | core/ |
Tests getDefinitions() and getDefinition(). |
| DiscoveryTrait | trait | core/ |
|
| DiscoveryTrait.php | file | core/ |
|
| DiscoveryTrait::doGetDefinition | function | core/ |
Gets a specific plugin definition. |
| DiscoveryTrait::getDefinition | function | core/ |
|
| DiscoveryTrait::getDefinitions | function | core/ |
|
| DiscoveryTrait::hasDefinition | function | core/ |
|
| DiscoveryTraitTest | class | core/ |
@group Plugin @coversDefaultClass \Drupal\Component\Plugin\Discovery\DiscoveryTrait[[api-linebreak]] |
| DiscoveryTraitTest.php | file | core/ |
|
| DiscoveryTraitTest::providerDoGetDefinition | function | core/ |
Data provider for testDoGetDefinition(). |
| DiscoveryTraitTest::providerDoGetDefinitionException | function | core/ |
Data provider for testDoGetDefinitionException() |
| DiscoveryTraitTest::providerHasDefinition | function | core/ |
Data provider for testHasDefinition(). |
| DiscoveryTraitTest::testDoGetDefinition | function | core/ |
@covers ::doGetDefinition[[api-linebreak]] @dataProvider providerDoGetDefinition |
| DiscoveryTraitTest::testDoGetDefinitionException | function | core/ |
@covers ::doGetDefinition[[api-linebreak]] @dataProvider providerDoGetDefinitionException @uses \Drupal\Component\Plugin\Exception\PluginNotFoundException |
| DiscoveryTraitTest::testGetDefinition | function | core/ |
@covers ::getDefinition[[api-linebreak]] @dataProvider providerDoGetDefinition |
| DiscoveryTraitTest::testGetDefinitionException | function | core/ |
@covers ::getDefinition[[api-linebreak]] @dataProvider providerDoGetDefinitionException @uses \Drupal\Component\Plugin\Exception\PluginNotFoundException |
| DiscoveryTraitTest::testHasDefinition | function | core/ |
@covers ::hasDefinition[[api-linebreak]] @dataProvider providerHasDefinition |
| Display | class | core/ |
Provides a form for editing the Views display. |
| Display.php | file | core/ |
|
| Display::buildForm | function | core/ |
Form constructor. |
| Display::getForm | function | core/ |
Creates a new instance of this form. |
| Display::getFormId | function | core/ |
Returns a unique string identifying the form. |
| Display::getFormKey | function | core/ |
Returns the key that represents this form. |
| Display::getFormState | function | core/ |
@todo Remove this and switch all usage of $form_state->get('section') to $form_state->get('type'). |
| Display::submitForm | function | core/ |
Form submission handler. |
| Display::validateForm | function | core/ |
Form validation handler. |
| Display::__construct | function | core/ |
Constructs a new Display object. |
| DisplayApiTest | class | core/ |
Tests the field display API. |
| DisplayApiTest.php | file | core/ |
|
| DisplayApiTest::$cardinality | property | core/ |
The field cardinality to use in this test. |
| DisplayApiTest::$displayOptions | property | core/ |
The field display options to use in this test. |
| DisplayApiTest::$entity | property | core/ |
The test entity. |
| DisplayApiTest::$fieldName | property | core/ |
The field name to use in this test. |
| DisplayApiTest::$label | property | core/ |
The field label to use in this test. |
| DisplayApiTest::$modules | property | core/ |
Modules to enable. |
| DisplayApiTest::$values | property | core/ |
An array of random values, in the format expected for field values. |
| DisplayApiTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| DisplayApiTest::testFieldEmpty | function | core/ |
Tests that the prepareView() formatter method still fires for empty values. |
| DisplayApiTest::testFieldItemListView | function | core/ |
Tests the FieldItemListInterface::view() method. |
| DisplayApiTest::testFieldItemView | function | core/ |
Tests the FieldItemInterface::view() method. |
Pagination
- Previous page
- Page 393
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.