Search for filter

  1. Search 7.x for filter
  2. Search 9.5.x for filter
  3. Search 8.9.x for filter
  4. Search 10.3.x for filter
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Filter class core/modules/jsonapi/src/Query/Filter.php Gathers information about the filter parameter.
Filter class core/modules/filter/src/Annotation/Filter.php Defines a filter annotation object.
Filter class core/modules/filter/src/Attribute/Filter.php Defines a filter attribute for plugin discovery.

All search results

Title Object type File name Summary
FilterFormatFormBase::exists function core/modules/filter/src/FilterFormatFormBase.php Determines if the format already exists.
FilterFormatFormBase::form function core/modules/filter/src/FilterFormatFormBase.php Gets the actual form array to be built.
FilterFormatFormBase::submitForm function core/modules/filter/src/FilterFormatFormBase.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…
FilterFormatFormBase::validateForm function core/modules/filter/src/FilterFormatFormBase.php Form validation handler.
FilterFormatInterface interface core/modules/filter/src/FilterFormatInterface.php Provides an interface defining a filter format entity.
FilterFormatInterface.php file core/modules/filter/src/FilterFormatInterface.php
FilterFormatInterface::filters function core/modules/filter/src/FilterFormatInterface.php Returns a sorted collection of filter plugins or an individual instance.
FilterFormatInterface::getFilterTypes function core/modules/filter/src/FilterFormatInterface.php Retrieves all filter types that are used in the text format.
FilterFormatInterface::getHtmlRestrictions function core/modules/filter/src/FilterFormatInterface.php Retrieve all HTML restrictions (tags and attributes) for the text format.
FilterFormatInterface::getPermissionName function core/modules/filter/src/FilterFormatInterface.php Returns the machine-readable permission name for the text format.
FilterFormatInterface::getRoles function core/modules/filter/src/FilterFormatInterface.php Retrieves a list of roles that are allowed to use this format.
FilterFormatInterface::isFallbackFormat function core/modules/filter/src/FilterFormatInterface.php Returns if this format is the fallback format.
FilterFormatInterface::removeFilter function core/modules/filter/src/FilterFormatInterface.php Removes a filter.
FilterFormatInterface::setFilterConfig function core/modules/filter/src/FilterFormatInterface.php Sets the configuration for a filter plugin instance.
FilterFormatJsonAnonTest class core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php Tests Filter Format Json Anon.
FilterFormatJsonAnonTest.php file core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php
FilterFormatJsonAnonTest::$defaultTheme property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php The theme to install as the default for testing.
FilterFormatJsonAnonTest::$format property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php The format to use in this test.
FilterFormatJsonAnonTest::$mimeType property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php The MIME type that corresponds to $format.
FilterFormatJsonBasicAuthTest class core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php Tests Filter Format Json Basic Auth.
FilterFormatJsonBasicAuthTest.php file core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php
FilterFormatJsonBasicAuthTest::$auth property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The authentication mechanism to use in this test.
FilterFormatJsonBasicAuthTest::$defaultTheme property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The theme to install as the default for testing.
FilterFormatJsonBasicAuthTest::$format property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The format to use in this test.
FilterFormatJsonBasicAuthTest::$mimeType property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php The MIME type that corresponds to $format.
FilterFormatJsonBasicAuthTest::$modules property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php Modules to install.
FilterFormatJsonCookieTest class core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php Tests Filter Format Json Cookie.
FilterFormatJsonCookieTest.php file core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php
FilterFormatJsonCookieTest::$auth property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php The authentication mechanism to use in this test.
FilterFormatJsonCookieTest::$defaultTheme property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php The theme to install as the default for testing.
FilterFormatJsonCookieTest::$format property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php The format to use in this test.
FilterFormatJsonCookieTest::$mimeType property core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php The MIME type that corresponds to $format.
FilterFormatListBuilder class core/modules/filter/src/FilterFormatListBuilder.php Defines a class to build a listing of filter format entities.
FilterFormatListBuilder.php file core/modules/filter/src/FilterFormatListBuilder.php
FilterFormatListBuilder::$configFactory property core/modules/filter/src/FilterFormatListBuilder.php The config factory service.
FilterFormatListBuilder::$entitiesKey property core/modules/filter/src/FilterFormatListBuilder.php The key to use for the form element containing the entities.
FilterFormatListBuilder::$formatRepository property core/modules/filter/src/FilterFormatListBuilder.php The filter format repository service.
FilterFormatListBuilder::$messenger property core/modules/filter/src/FilterFormatListBuilder.php The messenger.
FilterFormatListBuilder::buildForm function core/modules/filter/src/FilterFormatListBuilder.php Form constructor.
FilterFormatListBuilder::buildHeader function core/modules/filter/src/FilterFormatListBuilder.php Builds the header row for the entity listing.
FilterFormatListBuilder::buildRow function core/modules/filter/src/FilterFormatListBuilder.php Builds a row for an entity in the entity listing.
FilterFormatListBuilder::createInstance function core/modules/filter/src/FilterFormatListBuilder.php Instantiates a new instance of this entity handler.
FilterFormatListBuilder::getDefaultOperations function core/modules/filter/src/FilterFormatListBuilder.php Gets this list's default operations.
FilterFormatListBuilder::getFormId function core/modules/filter/src/FilterFormatListBuilder.php Returns a unique string identifying the form.
FilterFormatListBuilder::submitForm function core/modules/filter/src/FilterFormatListBuilder.php Form submission handler.
FilterFormatListBuilder::__construct function core/modules/filter/src/FilterFormatListBuilder.php Constructs a new EntityListBuilder object.
FilterFormatPermission class core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php Migrate filter format serial to string id in permission name.
FilterFormatPermission.php file core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php
FilterFormatPermission::$migrateLookup property core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php The migrate lookup service.
FilterFormatPermission::$migration property core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php The current migration.

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