EventManagerTest::testAddEventSubscriber |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
InlineServiceDefinitionsPass::$currentId |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php |
|
field_test_field_storage_delete_instance |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete_instance(). |
Twig_Node_Expression_Parent::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php |
Constructor. |
MemcacheddSessionHandlerTest::$memcached |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
StringDatabaseStorage::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::createTranslation(). |
FieldPluginBase::element_wrapper_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field's wrapper. |
Twig_Sandbox_SecurityPolicy::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php |
|
Twig_NodeVisitor_Optimizer::OPTIMIZE_ALL |
constant |
drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php |
|
TestEventSubscriber::getSubscribedEvents |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
Returns an array of events this subscriber wants to listen to. |
LanguageDependencyInjectionTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php |
|
Twig_NodeVisitor_Optimizer::OPTIMIZE_FOR |
constant |
drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php |
|
form_pre_render_conditional_form_element |
function |
drupal/core/includes/form.inc |
Adds form element theming to an element if its title or description is set. |
ClassMapGeneratorTest::prepare_workspace |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
|
CheckDefinitionValidityPassTest::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php |
|
PagerTest::testViewTotalRowsWithoutPager |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php |
|
PhpMatcherDumper::countDirectChildRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Counts the number of routes as direct child of the RouteCollection. |
CacheBackendInterface::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Performs garbage collection on a cache bin. |
SerializerAwareNormalizer::setSerializer |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php |
Sets the owning Serializer object |
ClosureExpressionVisitor::walkComparison |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php |
Convert a comparison expression into the target query language output |
NullSessionStorageTest::testSaveHandlers |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
|
LanguageSwitchingTest::testLanguageBlock |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Functional tests for the language switcher block. |
ProcessingTest::testBatchLargePercentage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php |
Tests batches that return $context['finished'] > 1 do in fact complete. |
node_form_system_themes_admin_form_alter |
function |
drupal/core/modules/node/node.module |
Implements hook_form_FORM_ID_alter(). |
ClosureExpressionVisitor::andExpressions |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php |
|
SelectComplexTest::testCountQueryDistinct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with distinct. |
locale_form_language_admin_add_form_alter |
function |
drupal/core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for language_admin_add_form((). |
LocaleCompareTest::$tranlations_directory |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php |
The path of the translations directory where local translations are stored. |
LanguageConfigurationElementTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
|
CheckCircularReferencesPass::$currentPath |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php |
|
PercentagesUnitTest::testBatchPercentages |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PercentagesUnitTest.php |
Tests the _batch_api_percentage() function. |
EntityTranslation::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::getPropertyDefinitions(). |
AggregatorTestBase::getHtmlEntitiesSample |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
|
locale_system_file_system_settings_submit |
function |
drupal/core/modules/locale/locale.module |
Submit handler for the file system settings form. |
ClassLoaderTest::testLoadNonexistentClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
@dataProvider getLoadNonexistentClassTests |
PathSubscriber::onKernelRequestDecodePath |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php |
Decodes the path of the request. |
InstallationProfileModuleTestsTest::setUp |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php |
Sets up a Drupal site for running functional and integration tests. |
CustomNormalizer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
Checks if the given class implements the NormalizableInterface. |
Twig_Node_Expression_Conditional::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php |
Compiles the node to PHP. |
MemcacheSessionHandlerTest::testGcSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php |
|
BaseMemcacheProfilerStorage::getIndexName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Get name of index |
CascadingStylesheetsTest::testAddExternal |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
Tests adding an external stylesheet. |
ServerBagTest::testHttpPasswordIsOptional |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php |
|
MimeTypeTest::testGuessImageWithDirectory |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
Twig_NodeVisitor_Escaper::escapePrintNode |
function |
drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php |
|
ControllerResolverTest::testGetController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php |
|
AnalyzeServiceReferencesPassTest::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php |
|
LocaleFileImportStatus::checkTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php |
Get translations for an array of strings. |
DerivativeDiscoveryDecorator::__construct |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Creates a Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator
object. |
FilterPluginBase::show_build_group_button |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Shortcut to display the build_group/hide button. |