ContainerBuilder::setResources |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets the resources for this configuration. |
PropertyConstraint::getTargets |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php |
Returns whether the constraint can be put onto classes, properties or
both |
ClassFinderInterface::findFile |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php |
Finds a class. |
NodeNewComments::defineOptions |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
ContentRepositoryInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentRepositoryInterface.php |
|
CommentStatisticsTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentStatisticsTest.php |
|
PluginBase::globalTokenReplace |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php |
Returns a string with any core tokens replaced. |
HtmlFormController::$container |
property |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
The injection container for this object. |
DefinitionTest::testSetGetFile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::setFile
@covers Symfony\Component\DependencyInjection\Definition::getFile |
FieldInfo::$loadedAllInstances |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Whether $bundleInstances contains all instances definitions or a subset. |
RedirectPlugin::REDIRECT_COUNT |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php |
|
DisplayAttachmentTest::getInfo |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayAttachmentTest.php |
|
PngoutFilter::STRATEGY_INTENSE |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php |
|
DatabaseBackend::invalidateAll |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). |
CurlMultiInterface::STATE_IDLE |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
|
DisplayUnitTest::testGetPlugin |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php |
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method. |
SessionStorageInterface::start |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Starts the session. |
RedirectPlugin::PARENT_REQUEST |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php |
|
InactiveScopeException::$scope |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
|
OptionsFormattersTest::getInfo |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFormattersTest.php |
|
WizardPluginBase::$entity_type |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
The entity type connected with the wizard. |
SessionStorageInterface::getId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Returns the session ID |
LanguageManager::$initializing |
property |
drupal/core/lib/Drupal/Core/Language/LanguageManager.php |
Whether already in the process of language initialization. |
WizardPluginBase::$entity_info |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Contains the information from entity_get_info of the $entity_type. |
SessionStorageInterface::setId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Sets the session ID |
BatchStorageInterface::cleanup |
function |
drupal/core/lib/Drupal/Core/Utility/BatchStorageInterface.php |
Cleans up failed or old batches. |
EasyRdf_Parser_Rdfa::printNode |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php |
|
RedirectPlugin::onRequestClone |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php |
Clean up the parameters of a request when it is cloned |
ConditionInterface::conditions |
function |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php |
Gets a complete list of all conditions in this conditional clause. |
Twig_Loader_Chain::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php |
Constructor. |
TourPluginTest::$pluginManager |
property |
drupal/core/modules/tour/lib/Drupal/tour/Tests/TourPluginTest.php |
Stores the tour plugin manager. |
SessionStorageInterface::clear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Clear all session data in memory. |
NativePhpunitPrinter::addError |
function |
drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php |
An error occurred. |
Twig_Loader_Chain::getCacheKey |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php |
Gets the cache key to use for the cache for a given template name. |
LANGUAGE_NEGOTIATION_INTERFACE |
constant |
drupal/core/modules/language/language.negotiation.inc |
The language is determined using the current interface language. |
WizardPluginBase::getPathField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Gets the pathField property. |
ConstraintViolationList::count |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
|
AcceptHeaderTest::testToString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
@dataProvider provideToStringData |
WebTestBase::$plainTextContent |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
The content of the page currently loaded in the internal browser (plain text version). |
ConfigEntityQueryTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
|
ChainDecoder::$decoderByFormat |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
|
StylePluginBase::$usesRowClass |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Does the style plugin support custom css class for the rows. |
_toolbar_initialize_page_cache |
function |
drupal/core/modules/toolbar/toolbar.module |
Use Drupal's page cache for toolbar/subtrees/*, even for authenticated users. |
StylePluginBase::$usesGrouping |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Does the style plugin support grouping of rows. |
InsertTest::testRepeatedInsert |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php |
Tests that an insert object can be reused with new data after it executes. |
InOperator::reduceValueOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
When using exposed filters, we may be required to reduce the set. |
TokenParserBrokerInterface.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php |
|
ExceptionInTest::testSomething |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTest.php |
|
ChainDecoder::supportsDecoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php |
Checks whether the deserializer can decode from given format. |
JoinPluginBase::$configuration |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php |
The configuration array passed by initJoin. |