You are here

function check_plain in Tagadelic 7.2

7 string references to 'check_plain'
TagadelicCloudTest::testSortByCount in tests/TagadelicCloudTest.php
Sort by count. Highest count first.
TagadelicCloudTest::testSortByName in tests/TagadelicCloudTest.php
Sort By name
TagadelicCloudTest::testSortByNameWithInternationalCharacters in tests/TagadelicCloudTest.php
Sort By name should sort International characters like ÅÄÖABO
TagadelicDrupalWrapperTest::testCheck_plain in tests/TagadelicDrupalWrapperTest.php
@covers TagadelicDrupalWrapper::check_plain
TagadelicTagMethodsTest::testCleansWhenDirty in tests/TagadelicTagMethodsTest.php
@covers TagadelicTag::clean()

... See full list

File

tests/support/FakeDrupal.php, line 15

Code

function check_plain() {
  $args = func_get_args();
  return __sig("check_plain", $args);
}