hook_filter_info |
function |
drupal/core/modules/filter/filter.api.php |
Define content filters. |
_php_filter_tips |
function |
drupal/core/modules/php/php.module |
Implements hook_filter_FILTER_tips(). |
user_filter_form |
function |
drupal/core/modules/user/user.admin.inc |
Form builder; Return form for user administration filters. |
StylusFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/StylusFilterTest.php |
@group integration |
field_filter_xss |
function |
drupal/core/modules/field/field.module |
Filters an HTML string to prevent cross-site-scripting (XSS) vulnerabilities. |
PackerFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/PackerFilterTest.php |
|
CssMinFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CssMinFilterTest.php |
@group integration |
PngoutFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/PngoutFilterTest.php |
@group integration |
FilterPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Base class for filters. |
FilterManagerTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/FilterManagerTest.php |
|
FilterManager.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php |
|
FilterTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php |
Sets up a Drupal site for running functional and integration tests. |
PhpCssEmbedFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php |
A filter that embed url directly into css |
_filter_xss_split |
function |
drupal/core/includes/common.inc |
Processes an HTML tag. |
CompassFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
BaseCssFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php |
|
OptiPngFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php |
|
ScssphpFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php |
|
LessphpFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php |
|
filter_permission |
function |
drupal/core/modules/filter/filter.module |
Implements hook_permission(). |
FilterTest::query |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/filter/FilterTest.php |
Overrides Drupal\views\Plugin\views\filter\FilterPluginBase::query(). |
_filter_html_tips |
function |
drupal/core/modules/filter/filter.module |
Filter tips callback: Provides help for the HTML filter. |
with_filters.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/with_filters.test |
|
Comment::$filters |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Set default values for the filters. |
FilterNumericTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterNumericTest.php |
Tests the numeric filter handler. |
theme_filter_tips |
function |
drupal/core/modules/filter/filter.pages.inc |
Returns HTML for a set of filter tips. |
PhpFilterTest.php |
file |
drupal/core/modules/php/lib/Drupal/php/Tests/PhpFilterTest.php |
Definition of Drupal\php\Tests\PhpFilterTest. |
dblog_filter_form |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Form constructor for the database logging filter form. |
CompilerApiFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php |
Filter for the Google Closure Compiler API. |
CompilerJarFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php |
Filter for the Google Closure Compiler JAR. |
FilterAPITest.php |
file |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php |
Definition of Drupal\filter\Tests\FilterAPITest. |
GssFilterTest.php |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/GssFilterTest.php |
|
with_filters.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_filters.test |
|
FilterUserUIDTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Comment/FilterUserUIDTest.php |
Tests the filter_comment_user_uid handler. |
system.filter.yml |
file |
drupal/core/modules/system/config/system.filter.yml |
drupal/core/modules/system/config/system.filter.yml |
LessphpFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/LessphpFilterTest.php |
@group integration |
ScssphpFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/ScssphpFilterTest.php |
@group integration |
SassFilter::$scss |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
OptiPngFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/OptiPngFilterTest.php |
@group integration |
CompassFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CompassFilterTest.php |
Compass filter test case. |
FilterCombineTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterCombineTest.php |
Tests the combine filter handler. |
FilterDateTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterDateTest.php |
Definition of Drupal\views\Tests\Handler\FilterDateTest. |
filter_test.module |
file |
drupal/core/modules/system/tests/modules/filter_test/filter_test.module |
Test module for Filter module hooks and functions not used in core. |
CoffeeScriptFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php |
Compiles CoffeeScript into Javascript. |
LanguageFilter.php |
file |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/filter/LanguageFilter.php |
Contains Drupal\language\Plugin\views\filter\LanguageFilter. |
CssEmbedFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php |
|
UglifyJsFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php |
|
PackagerFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php |
|
JpegtranFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php |
|
filter_cache_flush |
function |
drupal/core/modules/filter/filter.module |
Implements hook_cache_flush(). |