Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FilterPluginBase::multipleExposedInput | function | core/ |
Returns TRUE if users can select multiple groups items of a grouped exposed filter. |
| FilterPluginBase::operatorForm | function | core/ |
Options form subform for setting the operator. |
| FilterPluginBase::operatorOptions | function | core/ |
Provide a list of options for the default operator form. Should be overridden by classes that don't override operatorForm |
| FilterPluginBase::operatorSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
| FilterPluginBase::operatorValidate | function | core/ |
Validate the operator form. |
| FilterPluginBase::prepareFilterSelectOptions | function | core/ |
Sanitizes the HTML select element's options. |
| FilterPluginBase::query | function | core/ |
Add this filter to the query. |
| FilterPluginBase::showBuildGroupButton | function | core/ |
Shortcut to display the build_group/hide button. |
| FilterPluginBase::showBuildGroupForm | function | core/ |
Shortcut to display the exposed options form. |
| FilterPluginBase::showExposeButton | function | core/ |
Shortcut to display the expose/hide button. |
| FilterPluginBase::showOperatorForm | function | core/ |
Shortcut to display the operator form. |
| FilterPluginBase::showValueForm | function | core/ |
Shortcut to display the value form. |
| FilterPluginBase::storeExposedInput | function | core/ |
|
| FilterPluginBase::storeGroupInput | function | core/ |
If set to remember exposed input in the session, store it there. This function is similar to storeExposedInput but modified to work properly when the filter is a group. |
| FilterPluginBase::submitOptionsForm | function | core/ |
Simple submit handler |
| FilterPluginBase::trustedCallbacks | function | core/ |
|
| FilterPluginBase::validate | function | core/ |
|
| FilterPluginBase::validateExposeForm | function | core/ |
Validate the options form. |
| FilterPluginBase::validateIdentifier | function | core/ |
Validates a filter identifier. |
| FilterPluginBase::validateOptionsForm | function | core/ |
Simple validate handler |
| FilterPluginBase::valueForm | function | core/ |
Options form subform for setting options. |
| FilterPluginBase::valueSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
| FilterPluginBase::valueValidate | function | core/ |
Validate the options form. |
| FilterPluginCollection | class | core/ |
A collection of filters. |
| FilterPluginCollection.php | file | core/ |
|
| FilterPluginCollection::$definitions | property | core/ |
All possible filter plugin IDs. |
| FilterPluginCollection::get | function | core/ |
|
| FilterPluginCollection::getAll | function | core/ |
Retrieves filter definitions and creates an instance for each filter. |
| FilterPluginCollection::getConfiguration | function | core/ |
|
| FilterPluginCollection::initializePlugin | function | core/ |
|
| FilterPluginCollection::sort | function | core/ |
|
| FilterPluginCollection::sortHelper | function | core/ |
|
| FilterPluginManager | class | core/ |
Manages text processing filters. |
| FilterPluginManager.php | file | core/ |
|
| FilterPluginManager::getFallbackPluginId | function | core/ |
|
| FilterPluginManager::__construct | function | core/ |
Constructs a FilterPluginManager object. |
| FilterProcessResult | class | core/ |
Used to return values from a text filter plugin's processing method. |
| FilterProcessResult.php | file | core/ |
|
| FilterProcessResult::$processedText | property | core/ |
The processed text. |
| FilterProcessResult::createPlaceholder | function | core/ |
Creates a placeholder. |
| FilterProcessResult::getProcessedText | function | core/ |
Gets the processed text. |
| FilterProcessResult::setProcessedText | function | core/ |
Sets the processed text. |
| FilterProcessResult::__construct | function | core/ |
Constructs a FilterProcessResult object. |
| FilterProcessResult::__toString | function | core/ |
Gets the processed text. |
| FilterSecurityTest | class | core/ |
Tests the behavior of check_markup() when a filter or text format vanishes, or when check_markup() is called in such a way that it is instructed to skip all filters of the "FilterInterface::TYPE_HTML_RESTRICTOR" type. |
| FilterSecurityTest.php | file | core/ |
|
| FilterSecurityTest::$adminUser | property | core/ |
A user with administrative permissions. |
| FilterSecurityTest::$defaultTheme | property | core/ |
|
| FilterSecurityTest::$modules | property | core/ |
Modules to enable. |
| FilterSecurityTest::setUp | function | core/ |
Pagination
- Previous page
- Page 671
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.