ControllerResolver::$logger |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
|
SystemListingInfo::profiles |
function |
drupal/core/lib/Drupal/Core/SystemListingInfo.php |
Overrides Drupal\Core\SystemListing::profiles(). |
ConfigContext::setOverrides |
function |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
Implements \Drupal\Core\Config\Context\ContextInterface::setOverride(). |
TypedDataInterface::getRoot |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php |
Returns the root of the typed data tree. |
DbLogTest::assertLogMessage |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Confirms that a log message appears on the database log overview screen. |
EventArgs::getEmptyInstance |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php |
Gets the single, empty and immutable EventArgs instance. |
RemoteFileScanDirectoryTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileScanDirectoryTest.php |
Tests the file_scan_directory() function on remote filesystems. |
IpValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php |
|
ConfigContext::getOverrides |
function |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
Implements \Drupal\Core\Config\Context\ContextInterface::getOverrides(). |
config_get_config_directory |
function |
drupal/core/includes/bootstrap.inc |
Returns the path of a configuration directory. |
hook_views_invalidate_cache |
function |
drupal/core/modules/views/views.api.php |
Allow modules to respond to the invalidation of the Views cache. |
XmlRpcMessagesTest::getInfo |
function |
drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcMessagesTest.php |
|
TelephoneFieldTest::getInfo |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneFieldTest.php |
|
DeleteMultiple::__construct |
function |
drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php |
Constructs a DeleteMultiple form object. |
Context::$contextDefinition |
property |
drupal/core/lib/Drupal/Component/Plugin/Context/Context.php |
The definition to which a context must conform. |
Action::getExportProperties |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php |
Overrides \Drupal\Core\Entity\Entity::getExportProperties(). |
access_check.filter_disable |
service |
drupal/core/modules/filter/filter.services.yml |
Drupal\filter\Access\FormatDisableCheck |
_field_invoke_get_instances |
function |
drupal/core/modules/field/field.attach.inc |
Retrieves a list of instances to operate on. |
DrupalTranslator::setLocale |
function |
drupal/core/lib/Drupal/Core/Validation/DrupalTranslator.php |
Implements \Symfony\Component\Translation\TranslatorInterface::setLocale(). |
Event::isPropagationStopped |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
Returns whether further event listeners should be triggered. |
SelectionBase::settingsForm |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php |
Implements SelectionInterface::settingsForm(). |
_field_invoke_widget_target |
function |
drupal/core/modules/field/field.attach.inc |
Defines a 'target function' for field_invoke_method(). |
EntityNG::getPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyValues(). |
DrupalTranslator::getLocale |
function |
drupal/core/lib/Drupal/Core/Validation/DrupalTranslator.php |
Implements \Symfony\Component\Translation\TranslatorInterface::getLocale(). |
ConfigTestTranslationUITest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Tests the Config Test Translation UI. |
AbstractMessage::addHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Add and merge in an array of HTTP headers. |
CachedFormulaLoader::$debug |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php |
|
EntityNG::setPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::setPropertyValues(). |
EasyRdf_Namespace::splitUri |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php |
Try and breakup a URI into a prefix and local part |
DeleteMultiple::getQuestion |
function |
drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php |
Returns the question to ask the user. |
UpdateCoreUnitTest::getInfo |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php |
|
RequestInterface::STATE_NEW |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php |
|
TokenParser::parseNamespace |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php |
Get the namespace. |
TraceableControllerResolver |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php |
TraceableControllerResolver. |
CheckDefinitionValidityPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php |
This pass validates each definition individually only taking the information
into account which is contained in the definition itself. |
ViewAddFormController::init |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Initialize the form state and the entity before the first form build. |
FileTransfer::fixRemotePath |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Returns a modified path suitable for passing to the server. |
LayoutInterface::getRegions |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/LayoutInterface.php |
Returns a list of regions. |
SelectExtender::$connection |
property |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
The connection object on which to run this query. |
AbstractMessage::getHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Get all headers as a collection |
PersistentObjectTest::setUp |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
FileLocatorTest::testLocate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php |
|
CustomBlockPageViewTest.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php |
Contains \Drupal\custom_block\Tests\CustomBlockPageViewTest. |
PhpExecutableFinderTest.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php |
|
DiffFormatter::_start_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
Entity::getExportProperties |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::getExportProperties(). |
DateFormatLocalizeResetForm |
class |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php |
Builds a form for enabling a module. |
EventManager::dispatchEvent |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php |
Dispatches an event to all registered listeners. |
StyleTableUnitTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php |
|
ReflectionProviderInterface |
interface |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php |
|