CachedReader::clearLoadedAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php |
Clear loaded annotations |
ResponseTest::testDefaultContentType |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
ResponseTest::testContentTypeCharset |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
LOCALE_TRANSLATION_SOURCE_COMPARE_LT |
constant |
drupal/core/modules/locale/locale.translation.inc |
Comparison result of source files timestamps. |
MTimeProtectedFileStorage::checkFile |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Determines whether a protected file exists and sets the filename too. |
CommentFieldsTest::testCommentEnable |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests that comment module works when enabled after a content module. |
AnnotationExtendsAnnotationTargetAll |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
XmlFileLoaderTest::testLoadWithRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
PrimitiveTypeConstraintValidator.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\PrimitiveTypeConstraintValidator. |
LOCALE_TRANSLATION_SOURCE_COMPARE_EQ |
constant |
drupal/core/modules/locale/locale.translation.inc |
Comparison result of source files timestamps. |
_breakpoint_import_breakpoint_groups |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Import breakpoint groups from theme or module. |
ModuleHandler::getImplementationInfo |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Provides information about modules' implementations of a hook. |
PHPUnit_Framework_Assert::assertSame |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that two variables have the same type and value.
Used on objects, it asserts that two variables reference
the same object. |
NodeEntityViewModeAlterTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
|
CommentFieldsTest::testCommentFormat |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests that comment module works correctly with plain text format. |
UniversalClassLoader::registerPrefix |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Registers a set of classes using the PEAR naming convention. |
JavaScriptTest::testAggregationOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript aggregation when files are added to a different scope. |
MongoDbProfilerStorage::readChildren |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
LOCALE_TRANSLATION_SOURCE_COMPARE_GT |
constant |
drupal/core/modules/locale/locale.translation.inc |
Comparison result of source files timestamps. |
Framework_TestImplementorTest::$test |
property |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestImplementorTest.php |
|
AbstractManagerRegistry::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Constructor |
_breakpoint_delete_breakpoint_groups |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Remove breakpoint groups from all disabled themes or uninstalled modules. |
UnformattedSummary::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/UnformattedSummary.php |
Provide a form to edit options for this plugin. |
ChoiceValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
TestClassMetadataFactory::initialize |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Lazy initialization of this stuff, especially the metadata driver,
since these are not needed at all when a metadata cache is active. |
ExecutionContext::$translationDomain |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
|
ClassMetadata::addPropertyConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Adds a constraint to the given property. |
views_ui_views_plugins_display_alter |
function |
drupal/core/modules/views_ui/views_ui.module |
Implements hook_views_plugins_display_alter(). |
AnnotatedClassDiscovery::__construct |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php |
Constructs an AnnotatedClassDiscovery object. |
KernelTest::testHandleBootsTheKernel |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
views_ui_contextual_links_view_alter |
function |
drupal/core/modules/views_ui/views_ui.module |
Implements hook_contextual_links_view_alter(). |
Twig_Node_SandboxedModule::$usedTags |
property |
drupal/core/vendor/twig/twig/lib/Twig/Node/SandboxedModule.php |
|
EntityValidationTest::testValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
Tests validating test entity types. |
RemoteFileUnmanagedCopyTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php |
|
ViewsSelection::settingsFormValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php |
Element validate; Check View is valid. |
entity_reference_field_settings_form |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_field_settings_form(). |
locale_translation_source_check_file |
function |
drupal/core/modules/locale/locale.translation.inc |
Checks whether a po file exists in the local filesystem. |
CommentLinksTest::assertCommentLinks |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php |
Asserts that comment links appear according to the passed environment. |
PHPUnit_Framework_MockObject_Matcher |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
Main matcher which defines a full expectation using method, parameter and
invocation matchers.
This matcher encapsulates all the other matchers and allows the builder to
set the specific matchers when the appropriate methods are called… |
EsiFragmentRenderer::$inlineStrategy |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php |
|
SearchExcerptTest::testSearchExcerpt |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchExcerptTest.php |
Tests search_excerpt() with several simulated search keywords. |
RouteTest::testInvalidRouteParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php |
@expectedException \BadMethodCallException |
TestFieldEmptyFormatter::prepareView |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldEmptyFormatter.php |
Allows formatters to load information for field values being displayed. |
StatementPrefetch::throwPDOException |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Throw a PDO Exception based on the last PDO error. |
Framework_SuiteTest::testNoTestCases |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/SuiteTest.php |
|
Util_XMLTest::testConvertAssertClass |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
LayoutTestController::layoutTestPage |
function |
drupal/core/modules/layout/tests/lib/Drupal/layout_test/Controller/LayoutTestController.php |
Displays basic page for layout testing purposes. |
UnmanagedCopyTest::testOverwriteSelf |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php |
Copy a file onto itself. |
FlattenExceptionTest::testStatusCode |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php |
|
LanguageItem::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinitions(). |