MemcachedCache::getMemcached |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcachedCache.php |
Gets the memcached instance used by the cache. |
Criteria::getWhereExpression |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Criteria.php |
Get the expression attached to this criteria. |
LoggerDataCollector::getLogs |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
Gets the logs. |
DrupalUnitTestBase::$modules |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php |
Modules to enable. |
ConfigImporter::getProcessed |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets list of processed changes. |
AssetCollection::$sourceRoot |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
EntityType::$route_base_path |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The base router path for the entity type's field administration page. |
Parser::isCurrentLineComment |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php |
Returns true if the current line is a comment line. |
TooManyRequestsHttpException |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php |
TooManyRequestsHttpException. |
SqlBase::exposedFormValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/SqlBase.php |
|
ListString::buildOptionsForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php |
Build the options form. |
Users::defaultDisplayOptions |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/wizard/Users.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::defaultDisplayOptions(). |
EasyRdf_Format::formatExists |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Check if a named graph exists |
ConfigImporter::setProcessed |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Sets a change as processed. |
DeleteForm::$contactCategory |
property |
drupal/core/modules/contact/lib/Drupal/contact/Form/DeleteForm.php |
The contact category being deleted. |
AssetCollection::$targetPath |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
|
ThemeInfoStylesTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php |
|
LoggerDataCollector::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
Returns the name of the collector. |
CachePluginBase::cacheExpire |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php |
Determine the expiration time of the cache type, or NULL if no expire. |
TestObjectMetadata::hasField |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Checks if the given field is a mapped property for this class. |
StaticPHPDriver::$classNames |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php |
Map of all class names. |
FeedLanguageTest::$langcodes |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedLanguageTest.php |
List of langcodes. |
FieldDeleteForm::getQuestion |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldDeleteForm.php |
Returns the question to ask the user. |
MessageInterface::getHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Get all headers as a collection |
Serializer::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the serializer can encode to given format |
EventTest::testSetDispatcher |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php |
|
LanguageValidatorTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
|
StaticPHPDriver::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php |
Constructor |
BaseNodeFilter::getNodePaths |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php |
|
Serializer::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the deserializer can decode from given format. |
EventTest::testGetDispatcher |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php |
|
MenuListController::buildRow |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildRow(). |
TransactionNoActiveException |
class |
drupal/core/lib/Drupal/Core/Database/TransactionNoActiveException.php |
Exception for when popTransaction() is called with no active transaction. |
NullStorageExpirable::getAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getAll(). |
BaseNodeFilter::setNodePaths |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php |
|
RouteCollection::getIterator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets the current RouteCollection as an Iterator that includes all routes. |
RearrangeFilterTest::getInfo |
function |
drupal/core/modules/views_ui/tests/Drupal/views_ui/Tests/Form/Ajax/RearrangeFilterTest.php |
This method exists to support the simpletest UI runner. |
CallbackValidatorTest_Object |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
_drupal_bootstrap_page_cache |
function |
drupal/core/includes/bootstrap.inc |
Attempts to serve a page from the cache. |
ViewExecutable::$ajaxEnabled |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether this view uses AJAX. |
BreakpointTestBase::$modules |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php |
Modules to enable. |
EntityInterface::getBCEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets a backward compatibility decorator entity. |
ConfigImporter::importConfig |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Writes an array of config changes from the source to the target storage. |
FieldInstanceCrudTest::setUp |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Set the default field storage backend for fields created during tests. |
BlockUiTest::testBlockSearch |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
Test block search. |
TwigReferenceUnitTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceUnitTest.php |
Sets up unit test environment. |
DrupalDateTimeTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DrupalDateTimeTest.php |
Set up required modules. |
translation_test_node_insert |
function |
drupal/core/modules/translation/tests/translation_test.module |
Implements hook_node_insert(). |
FeedFormController::validate |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
Twig_Token::PUNCTUATION_TYPE |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|