EntityListControllerInterface::render |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Renders the list page markup to be output. |
FailureTest::testAssertObjectSameNull |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/FailureTest.php |
|
Twig_Extension_Sandbox::enableSandbox |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Sandbox.php |
|
MimeTypeMatcherTest::testFilterRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms that the MimeType matcher matches properly. |
PageTitleFilteringTest::$content_user |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php |
|
FailureTest::testAssertFloatSameFloat |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/FailureTest.php |
|
PHPUnit_TextUI_ResultPrinter::$column |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php |
|
MimeTypeMatcherTest::testNoRouteFound |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms that the MimeTypeMatcher matcher throws an exception for no-route. |
LanguageConditionTest::testConditions |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/Condition/LanguageConditionTest.php |
Test the language condition. |
ImmutableEventDispatcher::$dispatcher |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
The proxied dispatcher. |
ConfigTest::testFileConfigurationPage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ConfigTest.php |
Tests file configuration page. |
MessageRenderController::buildContent |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
PHPUnit_Framework_Assert::greaterThan |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Returns a PHPUnit_Framework_Constraint_GreaterThan matcher object. |
ImmutableEventDispatcher::__construct |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
Creates an unmodifiable proxy for an event dispatcher. |
Framework_TestListenerTest::startTest |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestListenerTest.php |
A test started. |
TypedDataManager::getPropertyInstance |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Get a typed data instance for a property of a given typed data object. |
CustomBlockTypeFormController::delete |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::delete(). |
EntityTranslationTestBase::setupUsers |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Creates and activates translator, editor and admin users. |
PropertyMetadata::newReflectionMember |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/PropertyMetadata.php |
Creates a new Reflection instance for the member |
DynamicRouterTest::testInvalidMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@expectedException \InvalidArgumentException |
ImmutableEventDispatcher::addListener |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
Adds an event listener that listens on the specified events. |
PageTitleFilteringTest::testTitleTags |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php |
Tests the handling of HTML by drupal_set_title() and drupal_get_title() |
AnalyzeServiceReferencesPass::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php |
Processes a ContainerBuilder object to populate the service reference graph. |
BlankValidatorTest::testInvalidValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php |
@dataProvider getInvalidValues |
RdfMappingEventTest::testMapInputType |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfMappingEventTest.php |
Test that other modules can define incoming type mappings. |
Twig_Extension_Sandbox::checkSecurity |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Sandbox.php |
|
SqliteProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
EntityNG::$uriPlaceholderReplacements |
property |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Local cache for URI placeholder substitution values. |
Framework_TestListenerTest::testError |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestListenerTest.php |
|
_form_test_tableselect_js_select_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test functionality of the tableselect #js_select property. |
Twig_Tests_Node_TextTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/TextTest.php |
@covers Twig_Node_Text::compile
@dataProvider getTests |
RangeValidatorTest::getMoreThanTwenty |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
|
PHPUnit_TextUI_ResultPrinter::$colors |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php |
|
PHPUnit_Framework_Assert::identicalTo |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Returns a PHPUnit_Framework_Constraint_IsIdentical matcher object. |
Twig_Node_Module::compileLoadTemplate |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Module.php |
|
Unescaper::unescapeSingleQuotedString |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php |
Unescapes a single quoted string. |
MemcacheProfilerStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
Unescaper::unescapeDoubleQuotedString |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php |
Unescapes a double quoted string. |
Twig_Node_BlockReference::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/BlockReference.php |
Constructor. |
MemcacheProfilerStorageTest::tearDown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
ProviderBasedGeneratorTest::$provider |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
Framework_AssertTest::$filesDirectory |
property |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
|
node_access_test_form_node_form_alter |
function |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module |
Implements hook_form_BASE_FORM_ID_alter(). |
PHP_CodeCoverage_Report_Node_Iterator |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Iterator.php |
Recursive iterator for PHP_CodeCoverage_Report_Node object graphs. |
TelephoneItem::getPropertyDefinitions |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Type/TelephoneItem.php |
Implements ComplexDataInterface::getPropertyDefinitions(). |
NodeAccessPagerTest::testCommentPager |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php |
Tests the comment pager for nodes with multiple grants per realm. |
Twig_Extension_Optimizer::$optimizers |
property |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Optimizer.php |
|
CompassFilter::setGeneratedImagesPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
Twig_Extension_Optimizer::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Optimizer.php |
|
CompassFilter::setHttpJavascriptsPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|