Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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…
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilteredPluginManagerTrait::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
FilteredPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php @coversDefaultClass \Drupal\Core\Plugin\FilteredPluginManagerTrait[[api-linebreak]]
@group Plugin
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 @covers ::getFilteredDefinitions[[api-linebreak]]
@dataProvider providerTestGetFilteredDefinitions
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 enable.
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.
FilterEqualityTest class core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php Tests the core Drupal\views\Plugin\views\filter\Equality handler.
FilterEqualityTest.php file core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php Map column names.
FilterEqualityTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php Modules to enable.
FilterEqualityTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php Views used by this test.
FilterEqualityTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqual function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedExposed function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedNotExposed function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testNotEqual function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php Returns the views data definition.
FilterExceptionTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php Breaks the query with adding an invalid where expression.
FilterExceptionTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php
FilterExceptionTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php Add this filter to the query.
FilterFormat::$filters property core/modules/filter/src/Entity/FilterFormat.php Configured filters for this text format.
FilterFormat::$roles property core/modules/filter/src/Entity/FilterFormat.php List of user role IDs to grant access to use this format on initial creation.
FilterFormat::calculatePluginDependencies function core/modules/filter/src/Entity/FilterFormat.php Calculates and adds dependencies of a specific plugin instance.
FilterFormat::disable function core/modules/filter/src/Entity/FilterFormat.php Disables the configuration entity.
FilterFormat::fields function core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php Returns available fields on the source.
FilterFormat::fields function core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php Returns available fields on the source.
FilterFormat::filters function core/modules/filter/src/Entity/FilterFormat.php Returns the ordered collection of filter plugin instances or an individual plugin instance.
FilterFormat::getFilterTypes function core/modules/filter/src/Entity/FilterFormat.php Retrieves all filter types that are used in the text format.
FilterFormat::getHtmlRestrictions function core/modules/filter/src/Entity/FilterFormat.php Retrieve all HTML restrictions (tags and attributes) for the text format.
FilterFormat::getIds function core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php Defines the source fields uniquely identifying a source row.
FilterFormat::getIds function core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php Defines the source fields uniquely identifying a source row.
FilterFormat::getPermissionName function core/modules/filter/src/Entity/FilterFormat.php Returns the machine-readable permission name for the text format.
FilterFormat::getPluginCollections function core/modules/filter/src/Entity/FilterFormat.php Gets the plugin collections used by this object.
FilterFormat::getPossibleOptions function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of possible values with labels for display.
FilterFormat::getPossibleValues function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of possible values.
FilterFormat::getSettableOptions function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of settable values with labels for display.
FilterFormat::getSettableValues function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of settable values.
FilterFormat::isFallbackFormat function core/modules/filter/src/Entity/FilterFormat.php Returns if this format is the fallback format.
FilterFormat::postSave function core/modules/filter/src/Entity/FilterFormat.php Acts on a saved entity before the insert or update hook is invoked.
FilterFormat::preSave function core/modules/filter/src/Entity/FilterFormat.php Acts on an entity before the presave hook is invoked.
FilterFormat::setFilterConfig function core/modules/filter/src/Entity/FilterFormat.php Sets the configuration for a filter plugin instance.

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