Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FilteredPluginManagerTrait.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
FilteredPluginManagerTrait::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
FilteredPluginManagerTrait::getType function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php A string identifying the plugin type.
FilteredPluginManagerTrait::moduleHandler function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the module handler.
FilteredPluginManagerTrait::themeManager function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the theme manager.
FilteredPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Tests Drupal\Core\Plugin\FilteredPluginManagerTrait.
FilteredPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Provides test data for ::testGetFilteredDefinitions().
FilteredPluginManagerTraitTest::testGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Tests get filtered definitions.
FilterEnableForm class core/modules/filter/src/Form/FilterEnableForm.php Provides the filter format enable form.
FilterEnableForm.php file core/modules/filter/src/Form/FilterEnableForm.php
FilterEnableForm::getCancelUrl function core/modules/filter/src/Form/FilterEnableForm.php Returns the route to go to if the user cancels the action.
FilterEnableForm::getConfirmText function core/modules/filter/src/Form/FilterEnableForm.php Returns a caption for the button that confirms the action.
FilterEnableForm::getDescription function core/modules/filter/src/Form/FilterEnableForm.php Returns additional text to display as a description.
FilterEnableForm::getQuestion function core/modules/filter/src/Form/FilterEnableForm.php Returns the question to ask the user.
FilterEnableForm::submitForm function core/modules/filter/src/Form/FilterEnableForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FilterEntityBundleTest class core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Tests the generic entity bundle filter.
FilterEntityBundleTest.php file core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
FilterEntityBundleTest::$modules property core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Modules to install.
FilterEntityBundleTest::$testViews property core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Views to be enabled.
FilterEntityBundleTest::testFilterEntity function core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Tests the generic bundle filter.
FilterEntityReferenceTest class core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests the core Drupal\views\Plugin\views\filter\EntityReference handler.
FilterEntityReferenceTest class core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Tests views creation wizard.
FilterEntityReferenceTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
FilterEntityReferenceTest.php file core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php
FilterEntityReferenceTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php The theme to install as the default for testing.
FilterEntityReferenceTest::$hostNodes property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Test host nodes containing the entity reference.
FilterEntityReferenceTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Modules to install.
FilterEntityReferenceTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Modules to install.
FilterEntityReferenceTest::$targetNodes property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Test target nodes referenced by the entity reference.
FilterEntityReferenceTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Views to be enabled.
FilterEntityReferenceTest::$testViews property core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Views used by this test.
FilterEntityReferenceTest::$user1 property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php First test user as node author.
FilterEntityReferenceTest::$user2 property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Second test user as node author.
FilterEntityReferenceTest::setUp function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php
FilterEntityReferenceTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
FilterEntityReferenceTest::testAddConfigEntityReferenceFieldWithDefaultSelectionHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Tests end to end creation of a Config Entity Reference filter.
FilterEntityReferenceTest::testAddEntityReferenceFieldWithDefaultSelectionHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Tests end to end creation of a Content Entity Reference filter.
FilterEntityReferenceTest::testViewContentDependencies function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that content dependencies are added to the view.
FilterEntityReferenceTest::testViewEntityReferenceAsAutocomplete function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that results are successfully filtered by the autocomplete widget.
FilterEntityReferenceTest::testViewEntityReferenceAsSelectList function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that results are successfully filtered by the select list widget.
FilterEntityReferenceTrait trait core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Sets up the entity types and relationships for entity reference tests.
FilterEntityReferenceTrait.php file core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php
FilterEntityReferenceTrait::$hostBundle property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php The host content type to add the entity reference field to.
FilterEntityReferenceTrait::$hostEntities property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Host entities which contain the reference fields to the target entities.
FilterEntityReferenceTrait::$targetBundle property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php The content type to be referenced by the host content type.
FilterEntityReferenceTrait::$targetEntities property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Entities to be used as reference targets.
FilterEntityReferenceTrait::setUpEntityTypes function core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Sets up the entity types and relationships.
FilterEntityReferenceWebTest class core/modules/views_ui/tests/src/Functional/FilterEntityReferenceWebTest.php Tests the entity reference filter UI.
FilterEntityReferenceWebTest.php file core/modules/views_ui/tests/src/Functional/FilterEntityReferenceWebTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.