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 11.x for all
  6. Other projects
Title Object type File name Summary
FilterDefaultConfigTest::testUpdateRoles function core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php Tests that changes to FilterFormat::$roles do not have an effect.
FilterDefaultFormatTest class core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Tests the default text formats for different users.
FilterDefaultFormatTest.php file core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php
FilterDefaultFormatTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php The theme to install as the default for testing.
FilterDefaultFormatTest::$modules property core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Modules to install.
FilterDefaultFormatTest::testDefaultTextFormats function core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Tests if the default text format is accessible to users.
FilterDisableForm class core/modules/filter/src/Form/FilterDisableForm.php Provides the filter format disable form.
FilterDisableForm.php file core/modules/filter/src/Form/FilterDisableForm.php
FilterDisableForm::getCancelUrl function core/modules/filter/src/Form/FilterDisableForm.php Returns the route to go to if the user cancels the action.
FilterDisableForm::getConfirmText function core/modules/filter/src/Form/FilterDisableForm.php Returns a caption for the button that confirms the action.
FilterDisableForm::getDescription function core/modules/filter/src/Form/FilterDisableForm.php Returns additional text to display as a description.
FilterDisableForm::getQuestion function core/modules/filter/src/Form/FilterDisableForm.php Returns the question to ask the user.
FilterDisableForm::submitForm function core/modules/filter/src/Form/FilterDisableForm.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…
FilteredMarkup class core/modules/filter/src/Render/FilteredMarkup.php Defines an object that passes markup through the Filter system.
FilteredMarkup.php file core/modules/filter/src/Render/FilteredMarkup.php
FilteredPluginManagerInterface interface core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Provides an interface for plugin managers that allow filtering definitions.
FilteredPluginManagerInterface.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilteredPluginManagerTrait trait core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Provides a trait for plugin managers that allow filtering plugin definitions.
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::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Modules to install.
FilterEntityReferenceTest::$modules property core/modules/views/tests/src/Kernel/Handler/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.

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