BlockFormController::validate |
function |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::validate(). |
FileStorageController::create |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
SystemMenuBlock::$derivatives |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php |
List of derivative definitions. |
TestFileTransfer::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Constructs a Drupal\Core\FileTransfer\FileTransfer object. |
ScanDirectoryTest::testReturn |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php |
Check the format of the returned values. |
template_preprocess_menu_tree |
function |
drupal/core/includes/menu.inc |
Implements template_preprocess_HOOK() for theme_menu_tree(). |
ExceptionTest::testSingleLine |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionTest.php |
@expectedException Class |
ConditionInterface::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/ConditionInterface.php |
Sets a condition that the specified subquery returns no values. |
CompiledRoute::$pathVariables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
Twig_Tests_Node_SpacelessTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SpacelessTest.php |
|
ResourceInterface::getContent |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php |
Returns the content of the resource. |
EditorSelector::$alternatives |
property |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
A list of alternative editor plugin IDs, keyed by editor plugin ID. |
Twig_Environment::enableDebug |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Enables debugging mode. |
ConfigEntityUnitTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php |
|
_form_test_submit_values_json |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler to return form values as JSON. |
CompiledRoute::$hostVariables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
Reference::getInvalidBehavior |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Reference.php |
Returns the behavior to be used when the service does not exist. |
ResourceInterface::__toString |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php |
Returns a unique string for the current resource. |
NodeRevision::rowStyleOptions |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/NodeRevision.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::rowStyleOptions(). |
TestDenormalizer::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php |
Denormalizes data back into an object of the given class |
PhpassHashedPassword::$ITOA64 |
property |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Returns a string for mapping an int to the corresponding base 64 character. |
SearchNodeAccessTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php |
|
PathAliasTest::testAdminAlias |
function |
drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php |
Tests alias functionality through the admin interfaces. |
EntityNormalizer::denormalize |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize(). |
ConditionInterface::arguments |
function |
drupal/core/lib/Drupal/Core/Database/Query/ConditionInterface.php |
Gets a complete list of all values to insert into the prepared statement. |
AnnotationReader::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
Constructor. |
common_test_drupal_goto_alter |
function |
drupal/core/modules/system/tests/modules/common_test/common_test.module |
Implements hook_drupal_goto_alter(). |
PdoSessionHandler::$dbOptions |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php |
|
DynamicRouterTest::$generator |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
TestFieldDefaultFormatter.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Contains \Drupal\field_test\Plugin\field\formatter\TestFieldDefaultFormatter. |
TranslationManager::translate |
function |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Translates a string to the current language or to a given language. |
ConditionManager::__construct |
function |
drupal/core/lib/Drupal/Core/Condition/ConditionManager.php |
Constructs aa ConditionManager object. |
CompassFilter::$httpFontsPath |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
AssetFactory::createHttpAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
locale_test_system_info_alter |
function |
drupal/core/modules/locale/tests/modules/locale_test/locale_test.module |
Implements hook_system_info_alter(). |
Request::getPreferredLanguage |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Returns the preferred language. |
GDToolkit::settingsFormSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php |
Implements \Drupal\system\Plugin\ImageToolkitInterface::settingsFormSubmit(). |
ArgumentLanguageTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/Views/ArgumentLanguageTest.php |
|
TestMultipleHttpKernel::reset |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
|
NodeStorageController::create |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
FieldUnitTestBase::assertText |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php |
Pass if the text IS found in set string. |
AssetFactory::createGlobAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
ManagerRegistry::resetManager |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php |
Resets a named object manager. |
EsiResponseCacheStrategy::add |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php |
Adds a Response. |
ClassMetadataFactory::$loader |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php |
The loader for loading the class metadata |
DisplayPluginBase::$usesPager |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a pager or not. |
PhpDumperTest::testAddService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
TypeValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php |
|
LengthConstraint::$maxMessage |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php |
|
UpdateSettingsForm::getFormID |
function |
drupal/core/modules/update/lib/Drupal/update/UpdateSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |