Jackalope\Transport\DoctrineDBAL\Client::getRepositoryDescriptors PHP Method

getRepositoryDescriptors() public method

{@inheritDoc}
    public function getRepositoryDescriptors()
    {
        return array(RepositoryInterface::IDENTIFIER_STABILITY => RepositoryInterface::IDENTIFIER_STABILITY_INDEFINITE_DURATION, RepositoryInterface::REP_NAME_DESC => 'jackalope_doctrine_dbal', RepositoryInterface::REP_VENDOR_DESC => 'Jackalope Community', RepositoryInterface::REP_VENDOR_URL_DESC => 'http://github.com/jackalope', RepositoryInterface::REP_VERSION_DESC => '1.1.0-DEV', RepositoryInterface::SPEC_NAME_DESC => 'Content Repository for PHP', RepositoryInterface::SPEC_VERSION_DESC => '2.1', RepositoryInterface::NODE_TYPE_MANAGEMENT_AUTOCREATED_DEFINITIONS_SUPPORTED => true, RepositoryInterface::NODE_TYPE_MANAGEMENT_INHERITANCE => RepositoryInterface::NODE_TYPE_MANAGEMENT_INHERITANCE_SINGLE, RepositoryInterface::NODE_TYPE_MANAGEMENT_MULTIPLE_BINARY_PROPERTIES_SUPPORTED => true, RepositoryInterface::NODE_TYPE_MANAGEMENT_MULTIVALUED_PROPERTIES_SUPPORTED => true, RepositoryInterface::NODE_TYPE_MANAGEMENT_ORDERABLE_CHILD_NODES_SUPPORTED => true, RepositoryInterface::NODE_TYPE_MANAGEMENT_OVERRIDES_SUPPORTED => false, RepositoryInterface::NODE_TYPE_MANAGEMENT_PRIMARY_ITEM_NAME_SUPPORTED => true, RepositoryInterface::NODE_TYPE_MANAGEMENT_PROPERTY_TYPES => true, RepositoryInterface::NODE_TYPE_MANAGEMENT_RESIDUAL_DEFINITIONS_SUPPORTED => false, RepositoryInterface::NODE_TYPE_MANAGEMENT_SAME_NAME_SIBLINGS_SUPPORTED => false, RepositoryInterface::NODE_TYPE_MANAGEMENT_UPDATE_IN_USE_SUPPORTED => false, RepositoryInterface::NODE_TYPE_MANAGEMENT_VALUE_CONSTRAINTS_SUPPORTED => false, RepositoryInterface::OPTION_ACCESS_CONTROL_SUPPORTED => false, RepositoryInterface::OPTION_ACTIVITIES_SUPPORTED => false, RepositoryInterface::OPTION_BASELINES_SUPPORTED => false, RepositoryInterface::OPTION_JOURNALED_OBSERVATION_SUPPORTED => false, RepositoryInterface::OPTION_LIFECYCLE_SUPPORTED => false, RepositoryInterface::OPTION_LOCKING_SUPPORTED => false, RepositoryInterface::OPTION_NODE_AND_PROPERTY_WITH_SAME_NAME_SUPPORTED => true, RepositoryInterface::OPTION_NODE_TYPE_MANAGEMENT_SUPPORTED => true, RepositoryInterface::OPTION_OBSERVATION_SUPPORTED => false, RepositoryInterface::OPTION_RETENTION_SUPPORTED => false, RepositoryInterface::OPTION_SHAREABLE_NODES_SUPPORTED => false, RepositoryInterface::OPTION_SIMPLE_VERSIONING_SUPPORTED => false, RepositoryInterface::OPTION_TRANSACTIONS_SUPPORTED => true, RepositoryInterface::OPTION_UNFILED_CONTENT_SUPPORTED => true, RepositoryInterface::OPTION_UPDATE_MIXIN_NODETYPES_SUPPORTED => true, RepositoryInterface::OPTION_UPDATE_PRIMARY_NODETYPE_SUPPORTED => true, RepositoryInterface::OPTION_VERSIONING_SUPPORTED => false, RepositoryInterface::OPTION_WORKSPACE_MANAGEMENT_SUPPORTED => true, RepositoryInterface::OPTION_XML_EXPORT_SUPPORTED => true, RepositoryInterface::OPTION_XML_IMPORT_SUPPORTED => true, RepositoryInterface::QUERY_FULL_TEXT_SEARCH_SUPPORTED => true, RepositoryInterface::QUERY_CANCEL_SUPPORTED => false, RepositoryInterface::QUERY_JOINS => RepositoryInterface::QUERY_JOINS_NONE, RepositoryInterface::QUERY_LANGUAGES => array(QueryInterface::JCR_SQL2, QueryInterface::JCR_JQOM), RepositoryInterface::QUERY_STORED_QUERIES_SUPPORTED => false, RepositoryInterface::WRITE_SUPPORTED => true);
    }