SelectComplexTest::testJoinTwice |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Confirms we can join on a single table twice with a dynamic alias. |
StaticLoaderEntity::$invokedWith |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
assertJsonStringEqualsJsonString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that two given JSON encoded objects or arrays are equal. |
PassConfig::$afterRemovingPasses |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php |
|
StaticLoaderEntity::loadMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
EasyRdf_Parser_Json::__construct |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php |
Constructor |
XmlEncoderTest::testDecodeScalar |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
TestItem::getPropertyDefinitions |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Type/TestItem.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinitions(). |
WebTestBase::checkForMetaRefresh |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Check for meta refresh tag and if found call drupalGet() recursively. This
function looks for the http-equiv attribute to be set to "Refresh"
and is case-sensitive. |
RouteCompiler::findNextSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
Returns the next static character in the Route pattern that will serve as a separator. |
StaticLayout::getStylesheetFiles |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Layout/StaticLayout.php |
Returns the list of CSS files associated with this layout. |
AsseticExtension::$valueSupplier |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php |
|
EmailDefaultWidget::settingsForm |
function |
drupal/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
ConstraintValidatorInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorInterface.php |
|
EntityAccessController::getCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Tries to retrieve a previously cached access value from the static cache. |
PHP_CodeCoverage::setCacheTokens |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
@since Method available since Release 1.1.0 |
update_manager_batch_project_get |
function |
drupal/core/modules/update/update.manager.inc |
Batch callback: Downloads, unpacks, and verifies a project. |
EntityResolverInterface::resolve |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/EntityResolverInterface.php |
Returns the local ID of an entity referenced by serialized data. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Gets any special processing requirements for the condition operator. |
EntityAccessController::setCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Statically caches whether the given user has access. |
PHP_CodeCoverage::getCacheTokens |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
@since Method available since Release 1.1.0 |
CoveredParentClass::publicMethod |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveredClass.php |
|
MongoDbProfilerStorage::getMongo |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
Internal convenience method that returns the instance of the MongoDB Collection |
HasDispatcherInterface::dispatch |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php |
Helper to dispatch Guzzle events and set the event name on the event |
_breakpoint_import_media_queries |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Import media queries from a theme or module and create a default group. |
ViewExecutableTest::testDisplays |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the display related methods and properties. |
SelectInterface::havingCondition |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Helper function to build most common HAVING conditional clauses. |
ApacheRequest::prepareRequestUri |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php |
|
MappingTest::filterNumericFields |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/MappingTest.php |
Restricts the allowed fields to only numeric fields. |
ParamConverterInterface::process |
function |
drupal/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php |
Allows to convert variables to their corresponding objects. |
InlineServiceDefinitionsPassTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php |
|
ExecutionContext::$globalContext |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
|
HIncludeFragmentRenderer::render |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php |
Additional available options: |
UnmanagedDeleteRecursiveTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php |
Definition of Drupal\system\Tests\File\UnmanagedDeleteRecursiveTest. |
AliasManager::preloadPathLookups |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Implements \Drupal\Core\Path\AliasManagerInterface::preloadPathLookups(). |
FilterInOperatorTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Views used by this test. |
ConstraintViolationInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
|
NullBackendTest::testNullBackend |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php |
Tests that the NullBackend does not actually store variables. |
SortPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Basic options for all sort criteria |
search_extra_type_search_execute |
function |
drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module |
Implements hook_search_execute(). |
StatementPrefetch::$fetchOptions |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Holds supplementary current fetch options (which will be used by the next fetch). |
PHPUnit_Util_Filter::frameExists |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Filter.php |
@since Method available since Release 3.3.2 |
Editor::$supports_inline_editing |
property |
drupal/core/modules/editor/lib/Drupal/editor/Annotation/Editor.php |
Whether the editor supports the inline editing provided by the Edit module. |
AbstractManagerRegistry::getName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Get the name of the registry |
GetSetMethodNormalizer::supports |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks if the given class has any get{Property} method. |
SortPluginBase::showExposeButton |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Shortcut to display the expose/hide button. |
ViewsSelection::entityQueryAlter |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php |
Implements \Drupal\entity_reference\Plugin\Type\Selection\SelectionInterface::entityQueryAlter(). |
NativeFileSessionHandlerTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php |
|
install_verify_database_settings |
function |
drupal/core/includes/install.core.inc |
Verifies that settings.php specifies a valid database connection. |
locale_translation_build_sources |
function |
drupal/core/modules/locale/locale.translation.inc |
Build translation sources. |